diff options
Diffstat (limited to 'ACE/etc/xlc_dummy.cpp')
-rw-r--r-- | ACE/etc/xlc_dummy.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/etc/xlc_dummy.cpp b/ACE/etc/xlc_dummy.cpp index 6a89bb5becf..400547dd463 100644 --- a/ACE/etc/xlc_dummy.cpp +++ b/ACE/etc/xlc_dummy.cpp @@ -3,4 +3,6 @@ // This file exists only to help with template instantiation when building // shared libraries on AIX using C Set++. See rules.lib.GNU for usage. +/* FUZZ: disable check_for_improper_main_declaration */ + main() {} |