removed harmless gcc warnings
This commit is contained in:
parent
691ff07eb4
commit
a9bb40f647
|
@ -46,7 +46,7 @@ class checkGLError
|
||||||
static void qDebug(const char* m) {
|
static void qDebug(const char* m) {
|
||||||
QString message=makeString(m);
|
QString message=makeString(m);
|
||||||
if(message.isEmpty()) return;
|
if(message.isEmpty()) return;
|
||||||
::qDebug(qPrintable(message));
|
::qDebug("%s",qPrintable(message));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void QMessageBox(const char* m, const char* title) {
|
static void QMessageBox(const char* m, const char* title) {
|
||||||
|
|
Loading…
Reference in New Issue