Skip to content

Commit 53acf37

Browse files
authored
Merge pull request #11081 from thesamesam/main
config/opal_check_os_flavors.m4: fix -Wimplicit-int in OPAL_CHECK_OS_...
2 parents 4414cf6 + 4ce701b commit 53acf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_check_os_flavors.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ AC_DEFUN([OPAL_CHECK_OS_FLAVOR_SPECIFIC],
2222
AC_MSG_CHECKING([$1])
2323
AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
2424
[[#ifndef $1
25-
error: this is not $1
25+
#this is not $1, error
2626
#endif
2727
]])],
2828
[opal_found_$2=yes],

0 commit comments

Comments
 (0)