Actions
Bug #4276
closedConflicting 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);
Actions