fgerlits commented on code in PR #1392: URL: https://github.com/apache/nifi-minifi-cpp/pull/1392#discussion_r949338163
########## libminifi/include/agent/agent_version.h: ########## @@ -18,6 +18,8 @@ #ifndef LIBMINIFI_INCLUDE_AGENT_AGENT_VERSION_H_ #define LIBMINIFI_INCLUDE_AGENT_AGENT_VERSION_H_ +#undef COMPILER + Review Comment: I have found the culprit (it's https://github.com/python/cpython/blob/3.10/PC/pyconfig.h) and added a comment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
