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_maint
commit
fc0460894c
|
@ -1,2 +1,2 @@
|
||||||
#include <git-compat-util.h>
|
#include <git-compat-util.h>
|
||||||
int false_but_the_compiler_does_not_know_it_;
|
int false_but_the_compiler_does_not_know_it_ = 0;
|
||||||
|
|
Loading…
Reference in New Issue