Eliminate '-pedantic is not option that controls warnings' GCC-6.4 message
authorIvan Maidanski <ivmai@mail.ru>
Wed, 27 Sep 2017 08:42:46 +0000 (11:42 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 27 Sep 2017 08:42:46 +0000 (11:42 +0300)
commite0a3739fa4453d616a1dc11b540caf783ac9d5b4
tree5994594d68747128c1d83ba8ca30ff01d12ce7ce
parent34424c28aed0330a2f841906539e3a259c493c9f
Eliminate '-pedantic is not option that controls warnings' GCC-6.4 message
(fix commits 84c0313, 04eb273)

* mark.c [WRAP_MARK_SOME && (MSWIN32 || MSWINCE) && __GNUC__]
(GC_mark_some): Use "-Wpedantic" instead of "-pedantic" (in pragma
GCC diagnostic) if GCC v6.4+.
mark.c