1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-06 02:19:43 +00:00
openmw/apps/essimporter
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
..
CMakeLists.txt
convertacdt.cpp
convertacdt.hpp
convertcntc.cpp
convertcntc.hpp
convertcrec.cpp
convertcrec.hpp
converter.cpp Fix/workaround for Issue #3246 2021-08-17 12:29:28 +10:00
converter.hpp Overhaul magic effects to work with onApply and onEnd events 2021-09-29 19:25:10 +02:00
convertinventory.cpp
convertinventory.hpp
convertnpcc.cpp
convertnpcc.hpp
convertplayer.cpp
convertplayer.hpp
convertscpt.cpp
convertscpt.hpp
convertscri.cpp
convertscri.hpp ESSImport: convert script local variables 2015-01-24 16:45:36 +01:00
importacdt.cpp
importacdt.hpp
importcellref.cpp
importcellref.hpp Using override keyword in most apps 2021-05-18 19:42:24 -05:00
importcntc.cpp
importcntc.hpp
importcrec.cpp
importcrec.hpp
importdial.cpp
importdial.hpp
importer.cpp Do not use union to access FIXED_STRING<4> as int 2021-10-17 17:16:21 +02:00
importer.hpp
importercontext.cpp
importercontext.hpp
importgame.cpp
importgame.hpp
importinfo.cpp
importinfo.hpp Fixed MSVC warnings. 2015-01-26 13:17:16 +13:00
importinventory.cpp Fix uninitialized fields in the essimporter 2021-04-14 08:07:08 +04:00
importinventory.hpp
importjour.cpp
importjour.hpp
importklst.cpp
importklst.hpp
importnpcc.cpp
importnpcc.hpp
importplayer.cpp
importplayer.hpp
importproj.cpp
importproj.h
importques.cpp
importques.hpp
importscpt.cpp
importscpt.hpp
importscri.cpp
importscri.hpp
importsplm.cpp
importsplm.h
main.cpp Fix various warnings found by clang 2021-04-17 19:06:33 +02:00