qmfconsole Event.h enum Severity has macro name clash on Windows
----------------------------------------------------------------
Key: QPID-1561
URL: https://issues.apache.org/jira/browse/QPID-1561
Project: Qpid
Issue Type: Bug
Components: Qpid Managment Framework
Affects Versions: M4
Environment: Windows, Visual Studio 2008
Reporter: Steve Huston
The Severity enum in qpid/cpp/src/qpid/console/Event.h uses a set of names,
including ERROR. ERROR is a Windows macro, which clashes and causes a compile
error.
Also see QPID-1368.
Probably good to prepend a tag to the names like SEV_ (SEV_EMERGENCY,
SEV_ALERT, etc.) to avoid this. Ok? Or are there other ideas?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.