Fix all the compile warnings that occur on Mac.
(Except the OpenGL deprecation warning and some warnings coming from Boost.Process.)
This commit is contained in:
@@ -622,6 +622,7 @@ std::string uAbility::to_string(eMonstAbil key) const {
|
||||
case PAT_RAD3: sout << "big circle"; break;
|
||||
case PAT_WALL: sout << "line"; break;
|
||||
case PAT_PROT: sout << "protective circle"; break;
|
||||
case PAT_CUSTOM: sout << "unusual shap"; break;
|
||||
}
|
||||
sout << ")";
|
||||
} else if(key == eMonstAbil::KILL) {
|
||||
|
Reference in New Issue
Block a user