Code

configure: Don't use -pedantic.
authorSebastian Harl <sh@tokkee.org>
Mon, 24 Feb 2014 01:48:25 +0000 (17:48 -0800)
committerSebastian Harl <sh@tokkee.org>
Mon, 24 Feb 2014 01:48:25 +0000 (17:48 -0800)
commit729e49f7244c398e2f19d68c63c9bd8908250914
tree67a33cddc7e302bb404a3c535044f3cbc41b9351
parent1beb6318ba644982a2cebd68148f4d70a514cf9d
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.
configure.ac