Eliminate '-pedantic is not an option that controls warnings' GCC message
authorIvan Maidanski <ivmai@mail.ru>
Mon, 31 Jul 2017 06:41:23 +0000 (09:41 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 20 Sep 2017 07:50:23 +0000 (10:50 +0300)
commitfe6689d7ba6f6d56ea11cf057f8160c8c9bee527
treef95b68f2252548ec4795aacffe3723c05b2aeaad
parentbd17b1885d46caed7bac7015cbf2fb5e369e7822
Eliminate '-pedantic is not an option that controls warnings' GCC message
(fix commit 7633154)

Issue #27 (libatomic_ops).

* src/atomic_ops/sysdeps/standard_ao_double_t.h
[(__x86_64__ && AO_GCC_ATOMIC_TEST_AND_SET || __aarch64__)
&& !__ILP32__ && AO_GNUC_PREREQ(4, 7)] (pragma GCC diagnostic):
Use "-Wpedantic" (instead of "-pedantic") if GCC v7+.
src/atomic_ops/sysdeps/standard_ao_double_t.h