diff options
Diffstat (limited to 'source4')
-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; |