loplugin:externvar (clang-cl)

Change-Id: I0f967f75dc41b3dc65790cf97bdac992033d1c92
This commit is contained in:
Stephan Bergmann 2017-01-11 13:42:10 +01:00
parent 556f1eab63
commit db5cfb790f

View file

@ -88,7 +88,7 @@ enum XInterfaceIndex {
// IA2 states mapping, and name
// maintenance the consistency, change one array, change the three all
long IA2_STATES[] =
long const IA2_STATES[] =
{
IA2_STATE_ACTIVE, // = 0x1;
IA2_STATE_ARMED, // = 0x2;
@ -114,7 +114,7 @@ long IA2_STATES[] =
<=== map ===>
*/
short UNO_STATES[] =
short const UNO_STATES[] =
{
ACTIVE, // = (sal_Int16)1;
ARMED, // = (sal_Int16)2;