obs-StreamFX/source/sources
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
..
source-mirror.cpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
source-mirror.hpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
source-shader.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
source-shader.hpp gfx-effect-source: enumerate child sources correctly 2019-08-07 20:40:04 +02:00