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:
2025-03-08 20:43:04 -05:00
parent 67fbb4fae5
commit 5cfc6ba328
17 changed files with 41 additions and 27 deletions

View File

@@ -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) {