Overview
Comment: | Add -std=c99 -pedantic when using GCC. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9d5eb55485f816cbc2a1837a2f959bc1 |
User & Date: | js on 2012-04-25 09:30:27 |
Other Links: | manifest | tags |
Context
2012-04-25
| ||
09:35 | Only use -Wall when using a GCC-compatible CC. check-in: 1c129132e9 user: js tags: trunk | |
09:30 | Add -std=c99 -pedantic when using GCC. check-in: 9d5eb55485 user: js tags: trunk | |
09:30 | cfw_string_len() -> cfw_string_length(). check-in: 27a8cd7393 user: js tags: trunk | |
Changes
Modified configure.ac from [52e8f0014e] to [a27047420b].
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - + | AC_PROG_RANLIB AC_PROG_LN_S AC_PROG_INSTALL CFLAGS="$CFLAGS -Wall" AS_IF([test x"$GCC" = x"yes"], [ |
︙ |