Skip to content

Commit 1304ee4

Browse files
committed
Define debug with explicit initializer
1 parent 37be92d commit 1304ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/glb-director/shared_opt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Newer GCC defaults to -fno-common, so a tentative definition in the header
3838
* (the original `bool debug;` in log.h) is rejected as a duplicate symbol when
3939
* multiple translation units include it. */
40-
bool debug;
40+
bool debug = false;
4141

4242
/* parses --config-file, --forwarding-table, and --debug cli options */
4343

0 commit comments

Comments
 (0)