15 lines
474 B
Text
15 lines
474 B
Text
/usr/local/include/git2/deprecated.h:220:17:
|
|
error: redundant redeclaration of 'git_buf_grow' [-Werror=redundant-decls]
|
|
GIT_EXTERN(int) git_buf_grow(git_buf *buffer, size_t target_size);
|
|
|
|
Index: meson.build
|
|
--- meson.build.orig
|
|
+++ meson.build
|
|
@@ -172,7 +172,6 @@ test_c_args = [
|
|
'-Werror=parenthesis',
|
|
'-Werror=pointer-arith',
|
|
'-Werror=pointer-to-int-cast',
|
|
- '-Werror=redundant-decls',
|
|
'-Werror=return-type',
|
|
'-Werror=sequence-point',
|
|
'-Werror=shadow',
|