mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-23 01:38:11 +08:00
Fixed some clang-format weirdness.
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
#include <iomanip>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1400 // VC++ 8.0
|
||||
#pragma warning(disable \
|
||||
: 4996) // disable warning about strdup being deprecated.
|
||||
// Disable warning about strdup being deprecated.
|
||||
#pragma warning(disable : 4996)
|
||||
#endif
|
||||
|
||||
namespace Json {
|
||||
|
Reference in New Issue
Block a user