author | Sebastian Harl <sh@tokkee.org> | |
Mon, 24 Feb 2014 01:48:25 +0000 (17:48 -0800) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 24 Feb 2014 01:48:25 +0000 (17:48 -0800) | ||
commit | 729e49f7244c398e2f19d68c63c9bd8908250914 | |
tree | 67a33cddc7e302bb404a3c535044f3cbc41b9351 | tree | snapshot |
parent | 1beb6318ba644982a2cebd68148f4d70a514cf9d | commit | diff |
configure: Don't use -pedantic.
Else, GCC will complain about "ISO C forbids conversion of object pointer to
function pointer type", even for casting function points to or from void
pointers. This is allowed by POSIX, though, and required, for example, for
dlsym() to work.
Else, GCC will complain about "ISO C forbids conversion of object pointer to
function pointer type", even for casting function points to or from void
pointers. This is allowed by POSIX, though, and required, for example, for
dlsym() to work.
configure.ac | diff | blob | history |