mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-15 23:20:05 +02:00
Fixed some clang-format weirdness.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
#include <istream>
|
||||
|
||||
#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