We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb0d97 commit 6d366baCopy full SHA for 6d366ba
config/opal_setup_cc.m4
@@ -296,6 +296,7 @@ AC_DEFUN([OPAL_SETUP_CC],[
296
_OPAL_CHECK_SPECIFIC_CFLAGS(-Wmissing-prototypes, Wmissing_prototypes)
297
_OPAL_CHECK_SPECIFIC_CFLAGS(-Wstrict-prototypes, Wstrict_prototypes)
298
_OPAL_CHECK_SPECIFIC_CFLAGS(-Wcomment, Wcomment)
299
+ _OPAL_CHECK_SPECIFIC_CFLAGS(-Wshadow, Wshadow)
300
_OPAL_CHECK_SPECIFIC_CFLAGS(-Werror-implicit-function-declaration, Werror_implicit_function_declaration)
301
_OPAL_CHECK_SPECIFIC_CFLAGS(-Wno-long-double, Wno_long_double, int main() { long double x; })
302
_OPAL_CHECK_SPECIFIC_CFLAGS(-fno-strict-aliasing, fno_strict_aliasing, int main() { long double x; })
0 commit comments