mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
b9e93e0116
This fixes the following build errors: unit/test-midi.c:541:82: error: function definition is not allowed here void compare_events_cb(const struct midi_write_parser *parser, void *user_data) { ^ unit/test-midi.c:587:17: error: use of undeclared identifier 'compare_events_cb'; did you mean 'compare_events'? compare_events_cb, &midi_data); ^~~~~~~~~~~~~~~~~ compare_events profiles/midi/midi.c:61:75: error: function definition is not allowed here void foreach_cb(const struct midi_write_parser *parser, void *user_data) { ^ profiles/midi/midi.c:78:40: error: use of undeclared identifier 'foreach_cb' midi_read_ev(&midi->midi_out, event, foreach_cb, midi); ^ |
||
---|---|---|
.. | ||
test-avctp.c | ||
test-avdtp.c | ||
test-avrcp.c | ||
test-bap.c | ||
test-bass.c | ||
test-crc.c | ||
test-crypto.c | ||
test-ecc.c | ||
test-eir.c | ||
test-gatt.c | ||
test-gattrib.c | ||
test-gdbus-client.c | ||
test-gobex-apparam.c | ||
test-gobex-header.c | ||
test-gobex-packet.c | ||
test-gobex-transfer.c | ||
test-gobex.c | ||
test-hfp.c | ||
test-hog.c | ||
test-lib.c | ||
test-mesh-crypto.c | ||
test-mgmt.c | ||
test-midi.c | ||
test-queue.c | ||
test-ringbuf.c | ||
test-sdp.c | ||
test-tester.c | ||
test-textfile.c | ||
test-uhid.c | ||
test-uuid.c | ||
util.c | ||
util.h |