1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2026-01-26 23:01:07 +00:00
openmw-tes3mp/components/misc
fredzio 16b288f53c Re-add dropped struct keyword to fix build.
rtprio is both a struct and a function, so we need to be explicit.

../../../components/misc/thread.cpp:53:9: error: must use 'struct' tag
to refer to type 'rtprio' in this scope
rtprio prio;
^
struct
/usr/include/sys/rtprio.h:91:5: note: struct 'rtprio' is hidden by a
non-type declaration of 'rtprio' here
int     rtprio(int, pid_t, struct rtprio *);
^
1 error generated.
2021-04-16 08:38:11 +02:00
..
barrier.hpp
budgetmeasurement.hpp
constants.hpp create constant and use constant in other parts of the code base 2021-03-24 14:54:46 -07:00
convert.hpp
coordinateconverter.hpp
endianness.hpp
frameratelimiter.hpp Fix uninitialized variables 2021-04-10 10:58:00 +04:00
guarded.hpp
hash.hpp clear up force shaders and make it less convoluted 2021-04-13 11:09:49 -07:00
helpviewer.cpp
helpviewer.hpp
mathutil.hpp
messageformatparser.cpp
messageformatparser.hpp
objectpool.hpp
resourcehelpers.cpp
resourcehelpers.hpp
rng.cpp
rng.hpp
stringops.hpp
thread.cpp Re-add dropped struct keyword to fix build. 2021-04-16 08:38:11 +02:00
thread.hpp Set idle priority for navmesh generation thread 2021-04-14 21:39:06 +02:00
timer.hpp
utf8stream.hpp
weakcache.hpp