Przeglądaj źródła

remove an unneeded compiler flag

Julius Pfrommer 9 lat temu
rodzic
commit
f40cca6d3c
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      CMakeLists.txt

+ 0 - 1
CMakeLists.txt

@@ -43,7 +43,6 @@ endif()
 if(CMAKE_COMPILER_IS_GNUCC OR "x${CMAKE_C_COMPILER_ID}" STREQUAL "xClang")
     add_definitions(-std=c99 -pipe -Wall -Wextra -Werror -Wformat -Wno-unused-parameter
                       -Wno-unused-function -Wno-unused-label -Wpointer-arith -Wreturn-type -Wsign-compare -Wmultichar
-                      -Wno-sizeof-array-argument
                       -Wcast-qual -Wmissing-prototypes -Wstrict-prototypes # -Wshadow -Wconversion
                       -Winit-self -Wuninitialized -Wformat-security -Wformat-nonliteral)
     # binary size reduction settings