From 947bde9562917e8948af93f86e90653ec717d47c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 May 2008 17:30:47 +0200 Subject: Avoid using unions without discriminants. --- source4/pidl/TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/pidl/TODO') 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: -- cgit