obs-studio/UI/win-update
e00E 26c28b4502 UI: Fix warning in VisualStudio 2017
When building with VS2017 the compiler shows some warnings which is
undesirable.

The compiler rightly complains about declarations which hide older ones
which are trivially fixed.

Finally only POD types should be passed to variadic functions which is
why the String should be converted to c_str().
Relying on the current undefined behavior is a bad idea as it can change
with compilers and compiler versions.

Closes jp9000/obs-studio#902
2017-05-04 06:13:45 -07:00
..
updater UI/updater: Add opt to disable building update module 2017-05-02 03:45:20 -07:00
update-window.cpp UI: Add front-end auto-updater 2017-02-20 22:45:34 -08:00
update-window.hpp UI: Add front-end auto-updater 2017-02-20 22:45:34 -08:00
win-update-helpers.cpp UI: Add front-end auto-updater 2017-02-20 22:45:34 -08:00
win-update-helpers.hpp UI: Add front-end auto-updater 2017-02-20 22:45:34 -08:00
win-update.cpp UI: Fix warning in VisualStudio 2017 2017-05-04 06:13:45 -07:00
win-update.hpp UI: Add front-end auto-updater 2017-02-20 22:45:34 -08:00