forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fb72e779eb
Fixes the build with gcc 13:
replay/replay-time.c:34:6: error: conflicting types for \
'replay_read_next_clock' due to enum/integer mismatch; \
have 'void(ReplayClockKind)' [-Werror=enum-int-mismatch]
34 | void replay_read_next_clock(ReplayClockKind kind)
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../qemu/replay/replay-time.c:14:
replay/replay-internal.h:139:6: note: previous declaration of \
'replay_read_next_clock' with type 'void(unsigned int)'
139 | void replay_read_next_clock(unsigned int kind);
| ^~~~~~~~~~~~~~~~~~~~~~
Fixes:
|
2 years ago | |
---|---|---|
.. | ||
meson.build | 4 years ago | |
replay-audio.c | 5 years ago | |
replay-char.c | 2 years ago | |
replay-debugging.c | 4 years ago | |
replay-events.c | 2 years ago | |
replay-input.c | 6 years ago | |
replay-internal.c | 4 years ago | |
replay-internal.h | 2 years ago | |
replay-net.c | 5 years ago | |
replay-random.c | 5 years ago | |
replay-snapshot.c | 2 years ago | |
replay-time.c | 4 years ago | |
replay.c | 2 years ago | |
stubs-system.c | 4 years ago |