summaryrefslogtreecommitdiff
path: root/source4/torture/gentest.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-11-10 05:42:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:02 -0500
commit2c8dcf417783ed859710824668452fb003fe4632 (patch)
tree739561bbca14c397293dc665c6c5e2e9e575bfed /source4/torture/gentest.c
parent4c9ba2ffa13ebfe7e8a289ad3d27864fef7917d6 (diff)
downloadsamba-2c8dcf417783ed859710824668452fb003fe4632.tar.gz
r11633: Fix some more warnings.
(This used to be commit 89039683db4f2f492b292b32e2dd783e977ae165)
Diffstat (limited to 'source4/torture/gentest.c')
-rw-r--r--source4/torture/gentest.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/torture/gentest.c b/source4/torture/gentest.c
index 6ce0eb543ae..711cd202926 100644
--- a/source4/torture/gentest.c
+++ b/source4/torture/gentest.c
@@ -1733,6 +1733,19 @@ static void gen_setfileinfo(int instance, union smb_setfileinfo *info)
case RAW_SFILEINFO_MODE_INFORMATION:
info->mode_information.in.mode = gen_bits_mask(0xFFFFFFFF);
break;
+ case RAW_SFILEINFO_GENERIC:
+ case RAW_SFILEINFO_SEC_DESC:
+ case RAW_SFILEINFO_UNIX_BASIC:
+ case RAW_SFILEINFO_UNIX_LINK:
+ case RAW_SFILEINFO_UNIX_HLINK:
+ case RAW_SFILEINFO_1023:
+ case RAW_SFILEINFO_1025:
+ case RAW_SFILEINFO_1029:
+ case RAW_SFILEINFO_1032:
+ case RAW_SFILEINFO_1039:
+ case RAW_SFILEINFO_1040:
+ /* Untested */
+ break;
}
}