We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f724bd5 commit 986d017Copy full SHA for 986d017
1 file changed
build-scripts/runtime_lib.cmake
@@ -163,7 +163,7 @@ endif ()
163
####################### Common sources #######################
164
if (NOT MSVC)
165
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -ffunction-sections -fdata-sections \
166
- -Wall -Wno-unused-parameter -Wno-pedantic")
+ -Wall -Wdouble-promotion -Wno-unused-parameter -Wno-pedantic")
167
endif ()
168
169
# include the build config template file
0 commit comments