diff options
author | Kozlov Dmitry <dima@server> | 2010-12-27 18:38:46 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-12-27 18:38:46 +0300 |
commit | 73b6989bdc0066caa4d8c351127345d7785feb92 (patch) | |
tree | 657627aea5e11304be5de0e29c6582101afb521c /accel-pptpd/CMakeLists.txt | |
parent | 330c5a3c8a531d79a2f87953806ef47f61262e14 (diff) | |
download | accel-ppp-73b6989bdc0066caa4d8c351127345d7785feb92.tar.gz accel-ppp-73b6989bdc0066caa4d8c351127345d7785feb92.zip |
fix compilation warnings
Diffstat (limited to 'accel-pptpd/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt index 618cf0d9..8ed03b8d 100644 --- a/accel-pptpd/CMakeLists.txt +++ b/accel-pptpd/CMakeLists.txt @@ -11,7 +11,7 @@ IF (NOT HAVE_SSL) MESSAGE(FATAL_ERROR "openssl headers not found") ENDIF (NOT HAVE_SSL) -SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -fvisibility=hidden -D_GNU_SOURCE -DPTHREAD_SPINLOCK -DMEMDEBUG -fPIC") +SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -fvisibility=hidden -fno-strict-aliasing -D_GNU_SOURCE -DPTHREAD_SPINLOCK -DMEMDEBUG -fPIC") IF (EXISTS ${CMAKE_HOME_DIRECTORY}/.git) EXECUTE_PROCESS( |