diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-07-31 20:57:18 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-07-31 20:57:18 +0200 |
commit | f0c4a1aff4407826c301c54f58d0fb65c71c4a07 (patch) | |
tree | 71c71faaca6d8342a87851a9094d7973fc9726df | |
parent | f5f236a4b9943a3b44dea40940c3cb00960e669e (diff) | |
download | samba-f0c4a1aff4407826c301c54f58d0fb65c71c4a07.tar.gz samba-f0c4a1aff4407826c301c54f58d0fb65c71c4a07.tar.bz2 samba-f0c4a1aff4407826c301c54f58d0fb65c71c4a07.zip |
s4:torture/winreg.c - add a FIXME comment on a codepart which isn't standard C-compatible
It seems to be GCC specific since it doesn't compile on Solaris 10 cc:
http://build.samba.org/?function=View+Build;host=sunX;tree=samba_4_0_waf;compiler=cc
-rw-r--r-- | source4/torture/rpc/winreg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index f9cfb4d96c..c47c15588c 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -2385,6 +2385,7 @@ static bool test_HKLM_wellknown(struct torture_context *tctx, { struct policy_handle newhandle; int i; + /* FIXME: This is GCC specific and breaks Solaris 10 "cc" */ struct { const char *values[3]; uint32_t num_values; |