From b8f64155e9b5e2a048f4f055af235a210bcdedc7 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 18 Sep 2019 12:16:08 -0700 Subject: Silence a couple specific warning instances --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f6cf010..515cbddc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -222,7 +222,7 @@ IF(MSVC) ENDIF() ELSE() SET(C_FLAGS ${C_FLAGS} -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align - -Wpedantic -Wno-zero-length-array + -Wpedantic $<$:-Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual>) IF(ALSOFT_WERROR) -- cgit v1.2.3