Bump termo

This allows us to get rid of a compiler flag.
This commit is contained in:
2020-10-26 14:11:53 +01:00
parent 322a60aa39
commit bd5152a9e7
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

2
termo

Submodule termo updated: 8c4e867760...f7912a8ce7