diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-07 17:30:47 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-15 17:36:59 +0200 |
commit | 947bde9562917e8948af93f86e90653ec717d47c (patch) | |
tree | 75275c669626d6e86c8eeced721979f9b92bbb0b /source4/pidl | |
parent | 15ebda7e1b18cc29be891b1370473c8bc3acc2c6 (diff) | |
download | samba-947bde9562917e8948af93f86e90653ec717d47c.tar.gz samba-947bde9562917e8948af93f86e90653ec717d47c.tar.bz2 samba-947bde9562917e8948af93f86e90653ec717d47c.zip |
Avoid using unions without discriminants.
Diffstat (limited to 'source4/pidl')
-rw-r--r-- | source4/pidl/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/pidl/TODO b/source4/pidl/TODO index bc5c49a46f..8886441a75 100644 --- a/source4/pidl/TODO +++ b/source4/pidl/TODO @@ -1,3 +1,8 @@ +- warn when union instances don't have a discriminant + +- EJS output backend shouldn't use the NDR levels stuff but instead + as the "C levels" and NDR levels don't necessarily match. + - true multiple dimension array / strings in arrays support - compatibility mode for generating MIDL-readable data: |