Selaa lähdekoodia

CMake: make unsequenced modifications an error

They not only result in discrepancies between different compiler,
but trigger undefined behavior. Avoid them by having them break
the CMake build and CI.
pull/832/head
Ahmad Fatoum 5 vuotta sitten
vanhempi
commit
23c1c0bdb2
No known key found for this signature in database GPG Key ID: C3EAC3DE9321D59B
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt Näytä tiedosto

@ -19,6 +19,7 @@ endif()
include(AddIfFlagCompiles)
add_if_flag_compiles(-Werror=pointer-arith CMAKE_C_FLAGS)
add_if_flag_compiles(-Werror=implicit-function-declaration CMAKE_C_FLAGS)
add_if_flag_compiles(-Werror=unsequenced CMAKE_C_FLAGS)
# src/external/jar_xm.h does shady stuff
add_if_flag_compiles(-fno-strict-aliasing CMAKE_C_FLAGS)

Ladataan…
Peruuta
Tallenna