You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gábor Gyimesi (Jira)" <ji...@apache.org> on 2023/03/31 10:14:00 UTC

[jira] [Updated] (MINIFICPP-1055) Investigate preprocessor expressions including __GNUC__

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

Gábor Gyimesi updated MINIFICPP-1055:
-------------------------------------
    Fix Version/s:     (was: 0.14.0)

> Investigate preprocessor expressions including __GNUC__
> -------------------------------------------------------
>
>                 Key: MINIFICPP-1055
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1055
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Task
>            Reporter: Dániel Bakai
>            Assignee: Dániel Bakai
>            Priority: Major
>
> These can disable functionality if we use clang (Linux alternative or macOS) or MSVC.
>  
> Our problematic __GNUC__ usages fall into the following categories:
> Warning disable pragmas:
>  nanofi/include/sitetosite/CSiteToSite.h
>  extensions/standard-processors/processors/TailFile.cpp
>  extensions/standard-processors/processors/ExecuteProcess.cpp
>  libminifi/test/unit/ProvenanceTestHelper.h
>  libminifi/include/core/repository/VolatileRepository.h
>  libminifi/include/sitetosite/SiteToSite.h
> It may be beneficial to create common warning disabling macros instead of these individual ones: https://issues.apache.org/jira/browse/MINIFICPP-1211
> Other usages:
>  libminifi/include/core/yaml/YamlConfiguration.h -> Regex usage (https://issues.apache.org/jira/browse/MINIFICPP-1212)
>  extensions/expression-language/impl/expression/Expression.h -> Regex and date usage (https://issues.apache.org/jira/browse/MINIFICPP-1054)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)