Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicting types for 'time' when linking with CoreMedia #26

Open
JoshJones57 opened this issue May 30, 2014 · 0 comments
Open

Conflicting types for 'time' when linking with CoreMedia #26

JoshJones57 opened this issue May 30, 2014 · 0 comments

Comments

@JoshJones57
Copy link

This is happening in the "OAMutableURLRequest.m" file calling:

(void)_generateTimestamp { timestamp = [[NSString stringWithFormat:@"%ld", time(NULL)] retain]; }
The 'time' variable doesn't know if it should link to the sys/time or to the CorMedia time.
This can be prevented in two ways:

Declaring "time_t time(time_t *tloc);" at the top
or creating a time structure in the function

PLEASE CHANGE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@JoshJones57 and others