fgerlits commented on code in PR #1392:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1392#discussion_r948082000


##########
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:
   TBH, I don't know why it's needed.  Something somewhere `#define`s 
`COMPILER` to the MSVC version, but I couldn't find what and where.
   
   I'll take another look and add the comment if I find out, but I didn't think 
`// something somewhere #defines COMPILE to the MSVC version on Windows` would 
be a useful 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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to