mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Deal with compiler warnings
This commit is contained in:
@@ -94,7 +94,8 @@ protected:
|
||||
checkResults(PQprepare(m_conn, name.c_str(), sql.c_str(), 0, NULL));
|
||||
}
|
||||
|
||||
const int getPGVersion() const { return m_pgversion; }
|
||||
int getPGVersion() const { return m_pgversion; }
|
||||
|
||||
private:
|
||||
// Database connectivity checks
|
||||
void ping();
|
||||
|
Reference in New Issue
Block a user