You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
When building on Ubuntu I'm seeing warnings like this that ultimately result in a build failure:
In file included from /code/libmei-3.1.0/src/meiattribute.cpp:2:0:
/code/libmei-3.1.0/src/meielement.h:181:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void setDocument(MeiDocument *doc) throw (DocumentRootNotSetException);
Normally warnings are not considered errors, but the compiler is being asked to make them errorrs. When I remove those lines the build succeeds.