pcsx2/cmake
Gregory Hainaut 8fe65ec371 cmake: add -Wextra warning on GCC
Add 3 new warnings (first one must be fixed I think)

pcsx2/gui/MessageBoxes.cpp: In copy constructor ‘BaseMessageBoxEvent::BaseMessageBoxEvent(const BaseMessageBoxEvent&)’:
pcsx2/gui/MessageBoxes.cpp:62:1: warning: base class ‘class pxActionEvent’ should be explicitly initialized in the copy constructor [-Wextra]
 BaseMessageBoxEvent::BaseMessageBoxEvent( const BaseMessageBoxEvent& event )

plugins/GSdx/GSPng.cpp: In function ‘bool GSPng::SaveFile(const string&, GSPng::Format, uint8*, uint8*, int, int, int, int, bool, bool)’:
/home/gregory/playstation/emulateur/pcsx2_merge/plugins/GSdx/GSPng.cpp:64:14: warning: variable ‘success’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
         bool success = false;
              ^
plugins/GSdx/GSPng.cpp:44:58: warning: argument ‘image’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
     bool SaveFile(const string& file, Format fmt, uint8* image, uint8* row,
2016-08-12 19:30:14 +02:00
..
ApiValidation.cmake Remove dead code from cmake/ApiValidation.cmake. 2015-01-12 02:54:49 -05:00
BuildParameters.cmake cmake: add -Wextra warning on GCC 2016-08-12 19:30:14 +02:00
CheckLib.cmake cmake: CheckLib allow to search only include 2015-05-11 11:28:09 +02:00
FindCg.cmake Fix Cg find for Gentoo amd64 2014-05-18 22:51:09 +04:00
FindGTK3.cmake Avoid PKG_CONFIG_PATH issues. 2015-01-03 14:51:04 +01:00
FindGlew.cmake cmake: sed /PROJECT_SOURCE_DIR/CMAKE_SOURCE_DIR/ 2014-03-30 16:36:02 +02:00
FindLibc.cmake cmake: Setup FreeBSD 2016-05-20 22:31:30 +01:00
Pcsx2Utils.cmake Add an option to disable the inclusion of the build date. 2015-07-27 14:00:47 -04:00
SearchForStuff.cmake cmake: Setup FreeBSD 2016-05-20 22:31:30 +01:00
SelectPcsx2Plugins.cmake cmake: lilypad requires wx library 2016-06-19 09:49:49 +02:00
TargetArch.cmake Disable the use of multiple architectures in darwin. 2015-01-03 14:51:04 +01:00
Translation.cmake build.sh: allow to replace build directory by a symlink 2014-09-02 21:21:46 +02:00
darwin-compiler-i386-clang.cmake Rely on clang autodetection instead of user input. 2015-01-03 22:07:16 -05:00
darwin-compiler-i386-generic.cmake Respect the CC and CXX environment variables when cross building. 2015-01-04 00:56:47 -05:00
darwin13-compiler-i386-clang.cmake Added OSX Darwin v13+ cmake files. 2015-11-17 19:25:12 +02:00
linux-compiler-i386-multilib.cmake cmake: improve previous commit 2015-02-27 10:02:38 +01:00