1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-19 19:53:53 +00:00
openmw/components/esm
elsid c7b95d1c9e
Fix build with GCC 13.1.1
openmw/apps/openmw/mwinput/controlswitch.hpp:32:49: error: ‘uint32_t’ has not been declared
   32 |         void readRecord(ESM::ESMReader& reader, uint32_t type);
      |                                                 ^~~~~~~~

openmw/apps/esmtool/labels.hpp:63:25: error: ‘uint32_t’ was not declared in this scope
   63 | std::string recordFlags(uint32_t flags);
      |                         ^~~~~~~~

openmw/components/detournavigator/recastmesh.hpp:91:14: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
   91 |         std::uint8_t mLength;
      |              ^~~~~~~
      |              wint_t

openmw/components/platform/file.hpp:9:23: error: found ‘:’ in nested-name-specifier, expected ‘::’
    9 |     enum class Handle : intptr_t
      |                       ^
      |                       ::

openmw/components/settings/settings.hpp:63:21: error: ‘int64_t’ in namespace ‘std’ does not name a type
   63 |         static std::int64_t getInt64(std::string_view setting, std::string_view category);
      |                     ^~~~~~~

openmw/components/esm/common.cpp:5:38: error: ‘uint32_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
    5 |     std::string printName(const std::uint32_t typeId)
      |                                      ^~~~~~~~
      |                                      wint_t
2023-05-28 19:09:36 +02:00
..
attr.cpp Handle werewolf stats 2013-08-09 05:14:58 -07:00
attr.hpp Implement vanilla-style corprus handling (bug #3714, bug #4623) 2020-06-03 12:58:17 +04:00
common.cpp Fix build with GCC 13.1.1 2023-05-28 19:09:36 +02:00
common.hpp Remove duplicated enum definition 2022-04-23 00:32:52 +02:00
defs.hpp Lua scripts configuration in omwaddon 2022-06-05 01:36:39 +02:00
esmcommon.hpp Do compile time checks in compile time instead of tests 2022-08-03 21:47:00 +02:00
format.cpp Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
format.hpp Remove redundant ostream, istream, iostream and sstream includes 2022-07-05 01:41:28 +02:00
luascripts.cpp Merge branch 'apple-silicon-arm-build' into 'master' 2022-08-21 20:15:14 +00:00
luascripts.hpp Update file luascripts.hpp 2023-03-26 11:11:20 +00:00
reader.cpp Add const modifier to encoder type 2022-04-25 17:35:25 +02:00
reader.hpp Move Files::IStreamPtr alias to a separate header 2022-07-17 11:35:39 +02:00
records.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
util.hpp Use default instead of empty constructors/destructors 2021-06-24 00:26:15 +02:00