Skip to content

Commit fc04608

Browse files
committed
Merge branch 'tb/macos-false-but-the-compiler-does-not-know-it-fix'
Workaround for older macOS ld. * tb/macos-false-but-the-compiler-does-not-know-it-fix: intialize false_but_the_compiler_does_not_know_it_
2 parents 38fc278 + bebc728 commit fc04608

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)