You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm currently working on a project where we're trying to get the warning count down. I've noticed this library is currently generating 43 warnings in Visual Studio 2015 (There may be additional warnings, but I'm only using json_reader, json_writer and json_value classes.)
I was wondering if there are currently any plans to fix or disable the warnings?
Code
Description
File
Line
C5027
'Json::OurCharReader': move assignment operator was implicitly defined as deleted
json_reader.cpp
1943
C5026
'Json::OurCharReader': move constructor was implicitly defined as deleted
json_reader.cpp
1943
C4774
'sprintf_s' : format string expected in argument 3 is not a string literal
json_writer.cpp
138
C4774
'sprintf_s' : format string expected in argument 3 is not a string literal
json_writer.cpp
153
C4774
'sprintf_s' : format string expected in argument 3 is not a string literal
json_writer.cpp
155
C4774
'sprintf_s' : format string expected in argument 3 is not a string literal
json_writer.cpp
157
C4774
'sscanf' : format string expected in argument 2 is not a string literal
json_reader.cpp
1648
C4774
'sscanf' : format string expected in argument 2 is not a string literal
json_reader.cpp
1651
C4702
unreachable code
json_value.cpp
241
C4702
unreachable code
json_value.cpp
413
C4702
unreachable code
json_value.cpp
611
C4702
unreachable code
json_value.cpp
662
C4702
unreachable code
json_value.cpp
679
C4702
unreachable code
json_value.cpp
682
C4702
unreachable code
json_value.cpp
685
C4702
unreachable code
json_value.cpp
695
C4702
unreachable code
json_value.cpp
727
C4702
unreachable code
json_value.cpp
701
C4702
unreachable code
json_value.cpp
704
C4702
unreachable code
json_value.cpp
707
C4702
unreachable code
json_value.cpp
717
C4702
unreachable code
json_value.cpp
746
C4702
unreachable code
json_value.cpp
751
C4702
unreachable code
json_value.cpp
761
C4702
unreachable code
json_value.cpp
730
C4702
unreachable code
json_value.cpp
740
C4702
unreachable code
json_value.cpp
800
C4702
unreachable code
json_value.cpp
823
C4702
unreachable code
json_value.cpp
842
C4702
unreachable code
json_value.cpp
912
C4702
unreachable code
json_value.cpp
928
C4702
unreachable code
json_value.cpp
962
C4702
unreachable code
json_value.cpp
946
C4702
unreachable code
json_value.cpp
982
C4702
unreachable code
json_value.cpp
969
C4702
unreachable code
json_value.cpp
1089
C4702
unreachable code
json_value.cpp
1069
C4702
unreachable code
json_value.cpp
1115
C4702
unreachable code
json_value.cpp
1210
C4702
unreachable code
json_value.cpp
1274
C4702
unreachable code
json_value.cpp
126
C4626
'Json::OurCharReader': assignment operator was implicitly defined as deleted
json_reader.cpp
1943
C4625
'Json::OurCharReader': copy constructor was implicitly defined as deleted
json_reader.cpp
1943
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'm currently working on a project where we're trying to get the warning count down. I've noticed this library is currently generating 43 warnings in Visual Studio 2015 (There may be additional warnings, but I'm only using json_reader, json_writer and json_value classes.)
I was wondering if there are currently any plans to fix or disable the warnings?
The text was updated successfully, but these errors were encountered: