mirror of
https://github.com/git/git.git
synced 2026-01-11 13:23:12 +09:00
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_
This commit is contained in:
commit
fc0460894c
@ -1,2 +1,2 @@
|
||||
#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…
x
Reference in New Issue
Block a user