From 88d60d4b3de3a59e9b7d8cdd62e391ffee00182a Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Sun, 27 Feb 2022 16:17:32 -0500 Subject: [PATCH] [client] enforce building with -Wstrict-prototypes --- client/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index b21278bd..6f767a08 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -66,6 +66,7 @@ add_compile_options( "-Wextra" "-Wno-sign-compare" "-Wno-unused-parameter" + "-Wstrict-prototypes" "$<$:-Wimplicit-fallthrough=2>" "-Werror" "-Wfatal-errors"