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 c70a619 commit cc07117Copy full SHA for cc07117
cmake/compiler/xcc/compiler_flags.cmake
@@ -15,3 +15,6 @@ set_compiler_property(PROPERTY no_position_independent "")
15
16
# Remove after testing that -Wshadow works
17
set_compiler_property(PROPERTY warning_shadow_variables)
18
+
19
+# xcc does not recognize -fno-printf-return-value
20
+set_compiler_property(PROPERTY no_printf_return_value)
0 commit comments