mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Enable -Wunused-function warning
This commit is contained in:
parent
4c1026436f
commit
8e6e57de86
14 changed files with 18 additions and 94 deletions
|
|
@ -15,7 +15,8 @@
|
|||
|
||||
LOG_CHANNEL(gui_log, "GUI");
|
||||
|
||||
constexpr auto qstr = QString::fromStdString;
|
||||
[[maybe_unused]] constexpr auto qstr = QString::fromStdString;
|
||||
|
||||
inline std::string sstr(const QString& _in)
|
||||
{
|
||||
return _in.toStdString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue