Skip to content

Commit

Permalink
OrcLib: Command: fix warning using v142 toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
jgautier-anssi authored and fabienfl-orc committed Jul 31, 2020
1 parent 970bc47 commit 3db29ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/OrcCommand/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#pragma warning(push)
#pragma warning(disable : 4996)

#include <inttypes.h>
#include <string>
#include <cstdio>
#include <iostream>
Expand Down
7 changes: 1 addition & 6 deletions src/OrcLib/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@
#pragma warning(push)
#pragma warning(disable : 4996)

#include <boost/version.hpp>
#if defined(_MSC_VER) && BOOST_VERSION == 105700
//#pragma warning(disable:4003)
# define BOOST_PP_VARIADICS 0
#endif

#include <inttypes.h>
#include <string>
#include <cstdio>
#include <iostream>
Expand Down

0 comments on commit 3db29ba

Please sign in to comment.