Ver código fonte

pedantic-errors enabled.

main
offa 4 anos atrás
pai
commit
2c7143a6e3
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver arquivo

@@ -21,6 +21,7 @@ add_compile_options(-Wall
-Wextra
-pedantic
-Werror
-pedantic-errors
-Wshadow
-Wold-style-cast
)
@@ -57,4 +58,3 @@ if( UNITTEST )
endif()

include(Install)


Carregando…
Cancelar
Salvar