Commit c2ed91de authored by Diego Biurrun's avatar Diego Biurrun

configure: Add -Wstrict-prototypes to CFLAGS if available.

parent 2886f675
......@@ -2992,6 +2992,7 @@ check_cflags -Wwrite-strings
check_cflags -Wtype-limits
check_cflags -Wundef
check_cflags -Wmissing-prototypes
check_cflags -Wstrict-prototypes
enabled extra_warnings && check_cflags -Winline
# add some linker flags
......
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