Skip to content

Commit a1c08e6

Browse files
committed
Merge branch 'tb/macos-false-but-the-compiler-does-not-know-it-fix' into jch
* tb/macos-false-but-the-compiler-does-not-know-it-fix: intialize false_but_the_compiler_does_not_know_it_
2 parents 6ce77d5 + bebc728 commit a1c08e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-tricks/not-constant.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#include <git-compat-util.h>
2-
int false_but_the_compiler_does_not_know_it_;
2+
int false_but_the_compiler_does_not_know_it_ = 0;

0 commit comments

Comments
 (0)