We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f46e2 commit 49d5422Copy full SHA for 49d5422
codegen/tools/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright (c) Meta Platforms, Inc. and affiliates.
+gi# Copyright (c) Meta Platforms, Inc. and affiliates.
2
# All rights reserved.
3
#
4
# This source code is licensed under the BSD-style license found in the
@@ -25,6 +25,7 @@ target_include_directories(
25
# Compile options
26
target_compile_options(
27
selective_build PUBLIC -Wno-deprecated-declarations -fPIC -frtti -fexceptions
28
+ -Werror -Wunused-variable
29
)
30
31
# Link against required libraries
0 commit comments