Commit 055f3219 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

tuning
parent 57d6e824
......@@ -42,8 +42,10 @@
// Silence C4100 (unreferenced formal parameter) for MSVC
#ifdef _MSC_VER
# if _MSC_VER <= 1900
# pragma warning(push)
# pragma warning(disable:4100)
# endif
#endif
......@@ -308,5 +310,7 @@ int main(int argc, char **argv) {
}
#ifdef _MSC_VER
# if _MSC_VER <= 1900
# pragma warning(pop)
# endif
#endif
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