fix readability-*:
* readability-uppercase-literal-suffix * readability-named-parameter
This commit is contained in:
@@ -31,10 +31,10 @@ unsigned short Base::SwapOrder()
|
||||
return *((char*)&usDummy) == 1 ? LOW_ENDIAN : HIGH_ENDIAN;
|
||||
}
|
||||
|
||||
void Base::SwapVar(char&)
|
||||
void Base::SwapVar(char& /*unused*/)
|
||||
{}
|
||||
|
||||
void Base::SwapVar(unsigned char&)
|
||||
void Base::SwapVar(unsigned char& /*unused*/)
|
||||
{}
|
||||
|
||||
void Base::SwapVar(short& s)
|
||||
|
||||
Reference in New Issue
Block a user