Bump termo
This allows us to get rid of a compiler flag.
This commit is contained in:
parent
322a60aa39
commit
bd5152a9e7
@ -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
2
termo
@ -1 +1 @@
|
||||
Subproject commit 8c4e867760eb20e3cdf997a301c8f8672c01e380
|
||||
Subproject commit f7912a8ce7bbf7f701b5217bbb3879b13b66cfe7
|
Loading…
Reference in New Issue
Block a user