]> sigrok.org Git - libsigrok.git/commitdiff
C++: Declare all callbacks invoked from C noexcept
authorDaniel Elstner <redacted>
Wed, 14 Oct 2015 18:56:51 +0000 (20:56 +0200)
committerDaniel Elstner <redacted>
Mon, 26 Oct 2015 05:45:56 +0000 (06:45 +0100)
If one of these functions does throw an exception, std::terminate()
will be called. Without this, the behavior is undefined since the C
stack is not prepared to deal with exceptions.


No differences found