mirror of
https://github.com/HowardHinnant/date.git
synced 2025-09-28 15:21:04 +02:00
@@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
# pragma GCC diagnostic push
|
# pragma GCC diagnostic push
|
||||||
# if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR > 7)
|
# if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 7)
|
||||||
# pragma GCC diagnostic ignored "-Wpedantic"
|
# pragma GCC diagnostic ignored "-Wpedantic"
|
||||||
# endif
|
# endif
|
||||||
# if __GNUC__ < 5
|
# if __GNUC__ < 5
|
||||||
|
Reference in New Issue
Block a user