From f0c4a1aff4407826c301c54f58d0fb65c71c4a07 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 31 Jul 2010 20:57:18 +0200 Subject: 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 --- source4/torture/rpc/winreg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/rpc/winreg.c') 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; -- cgit