[
https://issues.apache.org/jira/browse/TS-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707069#comment-13707069
]
ASF subversion and git services commented on TS-2000:
-----------------------------------------------------
Commit 929f04185a2f05c44ff992fe201c095e612f4b5d in branch refs/heads/master
from [~i.galic]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=929f041 ]
TS-2000: fix a typo in MgmtSchema
clang complaint: '_MGMT_SCHEMA_' is defined here; did you mean
'__MGMT_SCHEMA_'?
Yes, yes we did mean that.
> clang complaint: '_MGMT_SCHEMA_' is defined here; did you mean
> '__MGMT_SCHEMA_'?
> --------------------------------------------------------------------------------
>
> Key: TS-2000
> URL: https://issues.apache.org/jira/browse/TS-2000
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Igor Galić
>
> {code}
> CXX libutils_lm_a-MgmtSchema.o
> In file included from MgmtSchema.cc:25:
> ./MgmtSchema.h:24:9: error: '__MGMT_SCHEMA_' is used as a header guard here,
> followed by #define of a different macro [-Werror,-Wheader-guard]
> #ifndef __MGMT_SCHEMA_
> ^~~~~~~~~~~~~~
> ./MgmtSchema.h:25:9: note: '_MGMT_SCHEMA_' is defined here; did you mean
> '__MGMT_SCHEMA_'?
> #define _MGMT_SCHEMA_
> ^~~~~~~~~~~~~
> __MGMT_SCHEMA_
> 1 error generated.
> make[2]: *** [libutils_lm_a-MgmtSchema.o] Error 1
> make[2]: Leaving directory `/home/igalic/src/asf/trafficserver/mgmt/utils'
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira