瀏覽代碼

CMakeLists: Make missing declarations a compile-time error

Ensures that our code always has its linkage explicit.
Lioncash 6 年之前
父節點
當前提交
dcbb39cdae
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/CMakeLists.txt

+ 1 - 0
src/CMakeLists.txt

@@ -54,6 +54,7 @@ else()
     add_compile_options(
         -Wall
         -Werror=implicit-fallthrough
+        -Werror=missing-declarations
         -Werror=reorder
         -Wextra
         -Wmissing-declarations