The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: More strict build flags

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
663f5467 d8ad620b

+1
+1
CMakeLists.txt
··· 170 170 if(NOT MSVC) 171 171 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pedantic -Wall -Wextra -Wno-unused-parameter") 172 172 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror-implicit-function-declaration -Werror=incompatible-pointer-types") 173 + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror=int-conversion") 173 174 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Wall -Wextra -Wno-unused-parameter") 174 175 175 176 set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined")