Skip to content

Warnings #759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Wizardo367 opened this issue Apr 4, 2018 · 0 comments
Closed

Warnings #759

Wizardo367 opened this issue Apr 4, 2018 · 0 comments

Comments

@Wizardo367
Copy link

Wizardo367 commented Apr 4, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant