Revert "Fix Compiler warnings."
This reverts commit cbb7c8b854adf89fcab8e6f8fead932dcb95d99c.
This commit is contained in:
parent
b7bf96d81a
commit
0cc003830a
@ -3927,7 +3927,7 @@ std::string ValueType::str() const
|
|||||||
ret += " double";
|
ret += " double";
|
||||||
else if (type == LONGDOUBLE)
|
else if (type == LONGDOUBLE)
|
||||||
ret += " long double";
|
ret += " long double";
|
||||||
for (unsigned int p = 0; p < pointer; p++) {
|
for (int p = 0; p < pointer; p++) {
|
||||||
ret += " *";
|
ret += " *";
|
||||||
if (constness & (2 << p))
|
if (constness & (2 << p))
|
||||||
ret += " const";
|
ret += " const";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user