Project

General

Profile

Actions

Bug #4276

closed

Conflicting types for 'uuid_copy'

Added by Markus Griesslehner about 8 years ago. Updated about 8 years ago.

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

Also available in: Atom PDF