Commit 8738885c authored by Ganesh Ajjanagadde's avatar Ganesh Ajjanagadde

Revert "configure: add -Wstrict-prototypes when available"

This reverts commit e6a93e59,
Wstrict-prototypes is already enabled.
Signed-off-by: 's avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
parent e6a93e59
...@@ -5637,7 +5637,6 @@ disabled iconv || check_func_headers iconv.h iconv || check_lib2 iconv.h iconv - ...@@ -5637,7 +5637,6 @@ disabled iconv || check_func_headers iconv.h iconv || check_lib2 iconv.h iconv -
enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel" enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
# add some useful compiler flags if supported # add some useful compiler flags if supported
check_cflags -Wstrict-prototypes
check_cflags -Wdeclaration-after-statement check_cflags -Wdeclaration-after-statement
check_cflags -Wall check_cflags -Wall
check_cflags -Wdisabled-optimization check_cflags -Wdisabled-optimization
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment