Disable gnu-string-literal-operator-template warning

This commit is contained in:
Victor Zverovich
2018-08-22 07:58:51 -07:00
parent 987514761e
commit 62010520ed
2 changed files with 4 additions and 8 deletions
+4
View File
@@ -65,6 +65,10 @@
# pragma GCC diagnostic ignored "-Wsign-conversion"
#endif
# if FMT_CLANG_VERSION
# pragma GCC diagnostic ignored "-Wgnu-string-literal-operator-template"
# endif
#ifdef _SECURE_SCL
# define FMT_SECURE_SCL _SECURE_SCL
#else