diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8870c7ac..7abe37b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ AM_CCASFLAGS += \ # Yes, this makes the eyes hurt. But perhaps someone will finally take care of # all that scruffy Mach code... Also see <http://savannah.gnu.org/task/?5726>. AM_CFLAGS += \ - -Wall + -Wall -Wstrict-prototypes # We need the GNU-style inline AM_CFLAGS += \ |