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.
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:
|
3 years ago | |
|---|---|---|
| .. | ||
| meson.build | 5 years ago | |
| replay-audio.c | 6 years ago | |
| replay-char.c | 3 years ago | |
| replay-debugging.c | 5 years ago | |
| replay-events.c | 3 years ago | |
| replay-input.c | 6 years ago | |
| replay-internal.c | 5 years ago | |
| replay-internal.h | 3 years ago | |
| replay-net.c | 6 years ago | |
| replay-random.c | 6 years ago | |
| replay-snapshot.c | 3 years ago | |
| replay-time.c | 5 years ago | |
| replay.c | 3 years ago | |
| stubs-system.c | 5 years ago | |