Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6
octave-forge-database
database-drop-error_state.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File database-drop-error_state.patch of Package octave-forge-database
# HG changeset patch # User Markus Mützel <markus.muetzel@gmx.de> # Date 1637944272 -3600 # Fri Nov 26 17:31:12 2021 +0100 # Node ID cf50442de36069a599dfdd96505aff08eb23baf6 # Parent 8ce48d0bb822adcbf40aa5ff6b759c3a898a7934 Fix compilation with Octave 8 (bug #61567). * src/error-helpers.h: Use wrapper function. diff -r 8ce48d0bb822 -r cf50442de360 src/error-helpers.h --- a/src/error-helpers.h Thu Mar 25 10:59:09 2021 +0100 +++ b/src/error-helpers.h Fri Nov 26 17:31:12 2021 +0100 @@ -64,7 +64,7 @@ } \ catch (OCTAVE__EXECUTION_EXCEPTION& e) \ { \ - verror (e, __VA_ARGS__); \ + c_verror (e, __VA_ARGS__); \ } #endif
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