]> git.ipfire.org Git - people/ms/strongswan.git/commit
configure: Explicitly disable unused parameter warnings in qsort_r test
authorTobias Brunner <tobias@strongswan.org>
Tue, 4 Aug 2015 17:08:30 +0000 (19:08 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 4 Aug 2015 17:08:30 +0000 (19:08 +0200)
commit3103c68210754071b3b7913482e4e8e7339084b0
treee11f766c79def82e6f59ec38583eb9ae95b7eb0b
parent7be8965225a9fb13469b9d82ad4ddc8f4b9e678a
configure: Explicitly disable unused parameter warnings in qsort_r test

When compiling with -Wextra (and without disabling these warnings
globally) the tests would otherwise fail due to the unused arguments in
the cmp() functions.

Fixes #1053.
configure.ac