aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-26 14:11:53 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-26 14:12:24 +0100
commit23e40bcf6c589b6fa51d6f6b843db606171afe5b (patch)
treedfaa54ffe61cc47e501e8bb308db14e7d7cc46bb
parent52b8f7e79994ad45ea6e243437d789de73c4dcb3 (diff)
downloadnncmpp-23e40bcf6c589b6fa51d6f6b843db606171afe5b.tar.gz
nncmpp-23e40bcf6c589b6fa51d6f6b843db606171afe5b.tar.xz
nncmpp-23e40bcf6c589b6fa51d6f6b843db606171afe5b.zip
Bump termo
This allows us to get rid of a compiler flag.
-rw-r--r--CMakeLists.txt2
m---------termo0
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b6cd6d9..082a97a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 2.8.5)
# Moar warnings
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
- set (wdisabled "-Wno-unused-function -Wno-implicit-fallthrough")
+ set (wdisabled "-Wno-unused-function")
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -Wextra ${wdisabled}")
endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
diff --git a/termo b/termo
-Subproject 8c4e867760eb20e3cdf997a301c8f8672c01e38
+Subproject 065cd3b3e1781ebfddbb272b568918c60c8962c