[svn:DBD-Pg] r12455 - DBD-Pg/trunk
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: turnstep Date: Mon Jan 19 11:55:18 2009 New Revision: 12455 Modified: DBD-Pg/trunk/Makefile.PL Log: Spacing. Modified: DBD-Pg/trunk/Makefile.PL ============================================================================== --- DBD-Pg/trunk/Makefile.PL (original) +++ DBD-Pg/trunk/Makefile.PL Mon Jan 19 11:55:18 2009 @@ -181,7 +181,7 @@ $comp_opts .= ' -Wmissing-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wpacked -Winline -Winvalid-pch'; $comp_opts .= ' -Wdisabled-optimization'; $comp_opts .= ' -Wnested-externs'; - $comp_opts .= " -Wstrict-prototypes"; ## Still hits a couple places in types.h + $comp_opts .= " -Wstrict-prototypes"; ## Still hits a couple places in types.h $comp_opts .= " -Wswitch-default"; $comp_opts .= " -Wsystem-headers"; $comp_opts .= " -Wmissing-noreturn";