You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/02 18:12:18 UTC

[GitHub] [pulsar] merlimat opened a new pull request #4664: Renamed C++ logger enum names to avoid conflicts with compiler macros

merlimat opened a new pull request #4664: Renamed C++ logger enum names to avoid conflicts with compiler macros
URL: https://github.com/apache/pulsar/pull/4664
 
 
   ### Motivation
   
   Fixes #4655 
   
   Some compiler will have defined a macro for `DEBUG` and it will clash with the enum value name. Adding prefix to avoid the macro replacement.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services