Eliminate '-pedantic is not an option that controls warnings' GCC message
authorIvan Maidanski <ivmai@mail.ru>
Wed, 16 Aug 2017 08:23:49 +0000 (11:23 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 16 Aug 2017 08:27:21 +0000 (11:27 +0300)
commit04eb273a193f40da525a38d3aaa44f25d8f193b9
tree3ff0d356f6d663ac9308f87137c2773ed98a6f83
parentcff47a807e16265d495e877a8597d4e330a9071a
Eliminate '-pedantic is not an option that controls warnings' GCC message
(fix commit 84c0313)

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