From b472c5195f7ed1aa42c8e641e651009a7c0f8879 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jan 1970 09:08:55 +0900 Subject: remove annoying compiler warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d34ad6..489d476 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ add_definitions(${LIBUSER_CFLAGS}) #add_definitions(${PAM_INCLUDE_DIR}) include_directories(${GLIB_PKG_INCLUDE_DIRS}) -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -funsigned-char -Wall") +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -funsigned-char -Wall -Wno-parentheses") add_executable(instr-daemon instr-daemon.c signalobject.c response.c -- cgit