You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ferenc Gerlits (Jira)" <ji...@apache.org> on 2020/06/23 16:06:00 UTC

[jira] [Created] (MINIFICPP-1268) Turn on warnings in Windows builds, and fix them

Ferenc Gerlits created MINIFICPP-1268:
-----------------------------------------

             Summary: Turn on warnings in Windows builds, and fix them
                 Key: MINIFICPP-1268
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1268
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
    Affects Versions: 0.7.0
            Reporter: Ferenc Gerlits


In our Windows builds, we currently use warning level /W1 (severe warnings only).  On higher warning levels, there are many warnings, eg. about narrowing conversions.

For some reason, if I change the warning level to the highest, /W4, I get a linker error.
 # Change the warning level to /W3, and fix the warnings.
 # Investigate the problem with /W4, and either fix it or raise a follow-up Jira.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)