Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
FreeFileSync
FreeFileSync-remove_ifdef_exceptions.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File FreeFileSync-remove_ifdef_exceptions.patch of Package FreeFileSync
Index: FreeFileSync-13.3/FreeFileSync/Source/application.cpp =================================================================== --- FreeFileSync-13.3.orig/FreeFileSync/Source/application.cpp +++ FreeFileSync-13.3/FreeFileSync/Source/application.cpp @@ -243,10 +243,6 @@ wxLayoutDirection Application::GetLayout int Application::OnRun() { -#if wxUSE_EXCEPTIONS -#error why is wxWidgets uncaught exception handling enabled!? -#endif - //exception => Windows: let it crash and create mini dump!!! Linux/macOS: std::exception::what() logged to console [[maybe_unused]] const int rc = wxApp::OnRun(); return static_cast<int>(exitCode_); Index: FreeFileSync-13.3/FreeFileSync/Source/RealTimeSync/application.cpp =================================================================== --- FreeFileSync-13.3.orig/FreeFileSync/Source/RealTimeSync/application.cpp +++ FreeFileSync-13.3/FreeFileSync/Source/RealTimeSync/application.cpp @@ -209,10 +209,6 @@ wxLayoutDirection Application::GetLayout int Application::OnRun() { -#if wxUSE_EXCEPTIONS -#error why is wxWidgets uncaught exception handling enabled!? -#endif - //exception => Windows: let it crash and create mini dump!!! Linux/macOS: std::exception::what() logged to console [[maybe_unused]] const int rc = wxApp::OnRun(); return static_cast<int>(FfsExitCode::success); //process exit code
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor