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/09/01 08:53:00 UTC

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

     [ https://issues.apache.org/jira/browse/MINIFICPP-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ferenc Gerlits resolved MINIFICPP-1268.
---------------------------------------
    Resolution: Fixed

> 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
>            Assignee: Ferenc Gerlits
>            Priority: Minor
>              Labels: MiNiFi-CPP-Hygiene
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> In our Windows builds, we currently use warning level /W1 (severe warnings only).  On higher warning levels like /W3, there are many warnings, eg. about narrowing conversions.
> For some reason, if I change the warning level to /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)