From bd5152a9e734c90dd4ff1d46615256fbf72cc648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 26 Oct 2020 14:11:53 +0100 Subject: Bump termo This allows us to get rid of a compiler flag. --- CMakeLists.txt | 2 +- termo | 2 +- 2 files changed, 2 insertions(+), 2 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 index 8c4e867..f7912a8 160000 --- a/termo +++ b/termo @@ -1 +1 @@ -Subproject commit 8c4e867760eb20e3cdf997a301c8f8672c01e380 +Subproject commit f7912a8ce7bbf7f701b5217bbb3879b13b66cfe7 -- cgit v1.2.3