Replies: 2 comments
-
Please send a pull request with fixes to devel branch. Narrowing warnings are fixable with static_cast. The double_conversion warnings are upstream and won't be fixed in poco. Upgrading double conversion to latest release may help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you're using VS2022 then you can just set external includes to W0. Also, if you're using W4 you surely have a list of ignored warnings, right? C4100 is basically just noise that can be ignored, along with several other warnings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
e.g. in Foundation using VS170 project with no adjustments (i.e. still \W3) the following are seen:
On Level 4 (The company requirement and also to have the them as errors ....)

Then there is a lot of noise coming through:
Beta Was this translation helpful? Give feedback.
All reactions