obs-StreamFX/source/obs
Michael Fabian 'Xaymar' Dirks 5a4d38d249 project: Fix a massive list of dangerous warnings
This is a massive improvement to stability and safety when using the plugin, as all exceptions should now no longer be leaked into C controlled code, which can't actually handle exceptions at all.

Warnings fixed:

* Potentially throwing exception during library load.
* Possibly throwing function passed to C.
* Statement does nothing.
* Variable is initialized but not referenced.
* Variable overloads variable in parent scope.
2019-09-05 18:42:28 +02:00
..
gs project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
obs-source-tracker.cpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
obs-source-tracker.hpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
obs-source.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
obs-source.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
obs-tools.cpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
obs-tools.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00