diff options
author | Josh Blum | 2012-12-05 02:15:06 -0800 |
---|---|---|
committer | Josh Blum | 2012-12-05 02:15:06 -0800 |
commit | 094a5945da96ce202eacb665cf401ab96c6c1d95 (patch) | |
tree | 5d226d90757cc12804b031ee43227b1608078b30 /CMakeLists.txt | |
parent | a1449c97eefa1635680ede98f61ab3538c56eb21 (diff) | |
download | sandhi-094a5945da96ce202eacb665cf401ab96c6c1d95.tar.gz sandhi-094a5945da96ce202eacb665cf401ab96c6c1d95.tar.bz2 sandhi-094a5945da96ce202eacb665cf401ab96c6c1d95.zip |
tag is just an offset and object, created stream tag and pkt message
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 462170b..5b08da6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,6 @@ endif() if(CMAKE_COMPILER_IS_GNUCXX) add_definitions(-Wall) - add_definitions(-Wextra) add_definitions(-fvisibility=hidden) add_definitions(-fvisibility-inlines-hidden) endif() |