diff options
| author | LC <mathew1800@gmail.com> | 2021-01-15 01:36:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 01:36:51 -0500 |
| commit | 28e78d81b2f4956ee876bcb8341d5e0569093168 (patch) | |
| tree | 2c192f5b05daa634d1b3854dbe5f99a67f4be1af /src/CMakeLists.txt | |
| parent | 185388f341675cf1827691f77ef51e4e2ec44c98 (diff) | |
| parent | 06e0506cb36b951991d41e03eebadba7ae28bc50 (diff) | |
Merge pull request #5351 from ReinUsesLisp/vc-unused-functions
cmake: Enforce -Wunused-function code-base wise
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ee6f61f16..4daec5350 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -69,6 +69,7 @@ else() -Werror=reorder -Werror=switch -Werror=uninitialized + -Werror=unused-function -Werror=unused-result -Werror=unused-variable -Wextra |
