diff options
Diffstat (limited to 'core/load-git.c')
-rw-r--r-- | core/load-git.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/load-git.c b/core/load-git.c index 03e7f8694..fdac2ef8c 100644 --- a/core/load-git.c +++ b/core/load-git.c @@ -1,5 +1,7 @@ +#ifdef __clang__ // Clang has a bug on zero-initialization of C structs. #pragma clang diagnostic ignored "-Wmissing-field-initializers" +#endif #include <stdio.h> #include <ctype.h> |