test-compile-pedantic: replace -Wpedantic with -pedantic
authorGaetan Nadon <memsize@videotron.ca>
Mon, 25 Nov 2013 16:13:02 +0000 (11:13 -0500)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 25 Nov 2013 23:53:08 +0000 (09:53 +1000)
commit81780fc4d2b75039c5c12516bfc02e50c5dd107e
tree6c25fea88e321605b18d1022309f621d878214a3
parentd15856c77a6e62de7c7c673a1598b427f5d483d8
test-compile-pedantic: replace -Wpedantic with -pedantic

-Wpedantic is a relatively new option, with -pedantic being the old version of
it that works on older gcc versions too.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/Makefile.am