Skip to content

Commit

Permalink
No need to suppress warnings for this particular class
Browse files Browse the repository at this point in the history
See #669
  • Loading branch information
cdunn2001 committed Sep 12, 2017
1 parent 614671d commit 586e7a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/json/writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API StyledWrite
* \sa Reader, Value, Value::setComment()
* \deprecated Use StreamWriterBuilder.
*/
#pragma warning(push)
#pragma warning(disable:4996) // Deriving from deprecated class
class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API StyledStreamWriter {
public:
/**
Expand Down Expand Up @@ -318,7 +316,6 @@ class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API StyledStrea
bool addChildValues_ : 1;
bool indented_ : 1;
};
#pragma warning(pop)

#if defined(JSON_HAS_INT64)
JSONCPP_STRING JSON_API valueToString(Int value);
Expand Down

0 comments on commit 586e7a8

Please sign in to comment.