Commit c75b76e2 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

warnings
parent 04e31881
......@@ -52,7 +52,8 @@ namespace internal {
// C4805('==': unsafe mix of type 'const int' and type 'const bool')
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable:4100 4805;)
# pragma warning(disable:4100)
# pragma warning(disable:4805)
#endif
// Joins a vector of strings as if they are fields of a tuple; returns
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment