-
Notifications
You must be signed in to change notification settings - Fork 865
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
[core] Fixed some compiler warnings. #1669
[core] Fixed some compiler warnings. #1669
Conversation
- C4101 - local variable never used (2). - C4129- 'character' : unrecognized character escape sequence (1). - C4305 - truncation from 'type1' to 'type2' (1).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider ^^
One more thing: core.cpp line 11187 - |
Fixed. |
Codecov Report
@@ Coverage Diff @@
## master #1669 +/- ##
==========================================
- Coverage 60.37% 59.77% -0.60%
==========================================
Files 77 77
Lines 17389 17387 -2
==========================================
- Hits 10498 10393 -105
- Misses 6891 6994 +103
Continue to review full report at Codecov.
|
Related to #1646