mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Linux Compile fix and Code clean up
commented some logging lines that gave: warning: cannot pass objects of non-POD type 'const class wxCharBuffer' through '...'; call will abort at runtime This actually aborts on run time so please fix it if you wish to uncomment it git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4135 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
0f1a83c116
commit
a838206f7b
4 changed files with 44 additions and 96 deletions
|
@ -21,7 +21,9 @@
|
|||
#include "Log.h"
|
||||
#include "Thread.h"
|
||||
#include "StringUtil.h"
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <vector>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue