Fix some "-Wpedantic" warnings

This commit is contained in:
scribam 2019-05-12 23:01:28 +02:00 committed by Ivan
parent 99c1f87289
commit 790962425c
17 changed files with 33 additions and 33 deletions

View file

@ -371,7 +371,7 @@ Buffer::Buffer(bool isTex, u32 id, const QString& name, QWidget* parent)
setLayout(layout);
installEventFilter(parent);
};
}
// Draws a formatted and buffered <image> inside the Buffer Widget
void Buffer::showImage(const QImage& image)
@ -500,7 +500,7 @@ namespace
}
return buffer;
}
};
}
void rsx_debugger::OnClickDrawCalls()
{