Set gcc to c99 standard and enable pedantic.
Этот коммит содержится в:
родитель
7c575a2418
Коммит
a1ad0deb32
@ -4,7 +4,7 @@ include(CheckCCompilerFlag)
|
|||||||
|
|
||||||
if (UNIX AND NOT WIN32)
|
if (UNIX AND NOT WIN32)
|
||||||
if (CMAKE_COMPILER_IS_GNUCC)
|
if (CMAKE_COMPILER_IS_GNUCC)
|
||||||
add_definitions(-Wall -Wextra -Wmissing-prototypes -Wdeclaration-after-statement -Wunused)
|
add_definitions(-std=gnu99 -pedantic -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused)
|
||||||
|
|
||||||
# with -fPIC
|
# with -fPIC
|
||||||
check_c_compiler_flag("-fPIC" WITH_FPIC)
|
check_c_compiler_flag("-fPIC" WITH_FPIC)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user