mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
build-sys: Drop -Werror=aggregate-return
This is failing for me as of recently but only when I build without optimization. I don't think we've ever written any code that returned a large structure by value. Let's just drop this one.
This commit is contained in:
parent
e6a734ab25
commit
71ae1c35e3
@ -49,7 +49,7 @@ CC_CHECK_FLAGS_APPEND([WARN_CFLAGS], [CFLAGS], [\
|
||||
-Werror=undef \
|
||||
-Werror=incompatible-pointer-types \
|
||||
-Werror=misleading-indentation \
|
||||
-Werror=missing-include-dirs -Werror=aggregate-return \
|
||||
-Werror=missing-include-dirs \
|
||||
-Wstrict-aliasing=2 \
|
||||
-Werror=unused-result \
|
||||
])])
|
||||
|
Loading…
Reference in New Issue
Block a user