File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ add_flag -fdiagnostics-color=always
10
10
add_flag -fno-omit-frame-pointer
11
11
add_flag -fsanitize=address
12
12
add_flag -Wno-error=declaration-after-statement
13
- # add_flag -Wno-error=unused-but-set-variable
13
+ add_flag -Wno-error=unused-but-set-variable
14
14
add_flag -Wno-error=documentation
15
15
16
16
add_flag -Wno-error=missing-variable-declarations
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ add_flag -fdiagnostics-color=always
23
23
add_flag -fno-omit-frame-pointer
24
24
add_flag -fsanitize=thread
25
25
add_flag -Wno-error=declaration-after-statement
26
- # add_flag -Wno-error=unused-but-set-variable
26
+ add_flag -Wno-error=unused-but-set-variable
27
27
add_flag -Wno-error=documentation
28
28
29
29
add_flag -Wno-error=missing-variable-declarations
You can’t perform that action at this time.
0 commit comments