1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 04:10:06 +00:00
OpenMW/apps/launcher/utils
elsid 18d3102148
Do not use union to access FIXED_STRING<4> as int
https://en.cppreference.com/w/cpp/language/union:
> It's undefined behavior to read from the member of the union that wasn't most recently written.
2021-10-17 17:16:21 +02:00
..
cellnameloader.cpp Do not use union to access FIXED_STRING<4> as int 2021-10-17 17:16:21 +02:00
cellnameloader.hpp Merge branch 'useuless_launcher' into 'master' 2021-05-04 21:09:39 +00:00
lineedit.cpp
lineedit.hpp Merge branch 'useuless_launcher' into 'master' 2021-05-04 21:09:39 +00:00
openalutil.cpp Removing unused imports in the Launcher 2021-05-18 18:23:16 -05:00
openalutil.hpp
profilescombobox.cpp Using auto keyword in most apps 2021-05-18 19:20:59 -05:00
profilescombobox.hpp
textinputdialog.cpp Using auto keyword in most apps 2021-05-18 19:20:59 -05:00
textinputdialog.hpp Using override keyword in most apps 2021-05-18 19:42:24 -05:00