Bug #4276
Conflicting types for 'uuid_copy'
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2017-03-10
Due date:
% Done:
100%
Estimated time:
Found in version:
d08a8b9
Affected Versions:
Description
I get the following error while compiling on macOS Sierra 10.12.3.
/Users/tvh/Downloads/tvheadend-master/src/uuid.h:67:20: error: conflicting types for 'uuid_copy'
static inline void uuid_copy ( tvh_uuid_t *dst, const tvh_uuid_t *src )
^
/usr/include/uuid/uuid.h:59:6: note: previous declaration is here
void uuid_copy(uuid_t dst, const uuid_t src);
History
Updated by Jaroslav Kysela over 7 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|8610b721ded589157c465fa023913bf1a566b337.