From 54ffb743aca10dbc0eef567bcc06ee84b4261f9b Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Sat, 23 Jan 2010 22:55:53 +0100 Subject: Use -Wall globally --- tools/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 70ec3b3..47ffa90 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,8 +1,8 @@ include_directories (${CMAKE_SOURCE_DIR}/libusbmuxd) link_directories (${CMAKE_BINARY_DIR}/libusbmuxd) -add_definitions(-Wall -O2 -g) +add_definitions(-O2 -g) add_executable(iproxy iproxy.c) target_link_libraries(iproxy libusbmuxd pthread) -install(TARGETS iproxy RUNTIME DESTINATION bin) \ No newline at end of file +install(TARGETS iproxy RUNTIME DESTINATION bin) -- cgit v1.1-32-gdbae