You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "marco polo (JIRA)" <ji...@apache.org> on 2017/09/25 15:29:00 UTC

[jira] [Created] (MINIFICPP-109) Update civetweb to exclude versions of clang that no longer have pragmas

marco polo created MINIFICPP-109:
------------------------------------

             Summary: Update civetweb to exclude versions of clang that no longer have pragmas
                 Key: MINIFICPP-109
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-109
             Project: NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: marco polo
            Assignee: marco polo
            Priority: Minor


The following were removed in an update to clang (9) -- so adding the appropriate header guards should keep users protected.
 #pragma clang diagnostic ignored "-Wno-reserved-id-macro"
 #pragma clang diagnostic ignored "-Wno-keyword-macro"




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)