mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
configure: do not use -Wno-reserved-macro-identifier
It may confuse compiler when it is used as linked wrapper.
This commit is contained in:
@@ -272,12 +272,6 @@ AS_CASE([${enable_build_type}],[release|release-*],
|
||||
LDFLAGS="${LDFLAGS_ac} ${user_LDFLAGS}"
|
||||
]
|
||||
)
|
||||
AS_VAR_IF([enable_build_type],["neutral"],[],
|
||||
[ # Any non-neutral build types, final additional flags
|
||||
CFLAGS="${user_CFLAGS}"
|
||||
MHD_CHECK_ADD_CC_CFLAGS([-Wno-reserved-macro-identifier], [CFLAGS_ac])
|
||||
]
|
||||
)
|
||||
CFLAGS="${CFLAGS_ac} ${user_CFLAGS}"
|
||||
# Additional flags are checked and added at the end of 'configure'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user