mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Core: Fix warnings
Fixes two -Wmissing-declarations warnings
This commit is contained in:
parent
336a185706
commit
a8849f87f1
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
namespace WiiUtils
|
namespace WiiUtils
|
||||||
{
|
{
|
||||||
bool InstallWAD(IOS::HLE::Kernel& ios, const DiscIO::WiiWAD& wad)
|
static bool InstallWAD(IOS::HLE::Kernel& ios, const DiscIO::WiiWAD& wad)
|
||||||
{
|
{
|
||||||
if (!wad.IsValid())
|
if (!wad.IsValid())
|
||||||
{
|
{
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include "UICommon/CommandLineParse.h"
|
#include "UICommon/CommandLineParse.h"
|
||||||
#include "UICommon/UICommon.h"
|
#include "UICommon/UICommon.h"
|
||||||
|
|
||||||
bool QtMsgAlertHandler(const char* caption, const char* text, bool yes_no, MsgType style)
|
static bool QtMsgAlertHandler(const char* caption, const char* text, bool yes_no, MsgType style)
|
||||||
{
|
{
|
||||||
return RunOnObject(QApplication::instance(), [&] {
|
return RunOnObject(QApplication::instance(), [&] {
|
||||||
QMessageBox message_box(QApplication::activeWindow());
|
QMessageBox message_box(QApplication::activeWindow());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user