1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-11 01:13:23 +00:00
OpenMW/components
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
..
2021-04-10 09:35:31 +04:00
2021-01-09 13:52:01 +04:00
2021-01-26 22:29:41 +04:00
2021-03-15 22:35:13 +00:00
2020-12-28 12:19:22 +04:00
2021-04-11 14:46:51 +02:00
2019-02-23 08:02:12 +04:00
2021-04-14 09:02:20 +04:00
2020-07-24 21:47:49 +02:00
2021-01-26 22:29:41 +04:00
2018-10-09 10:21:12 +04:00
2021-04-08 18:08:28 +02:00