Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Conversation

ahippo
Copy link

@ahippo ahippo commented Mar 13, 2018

Fix the following warnings with gcc-5.4:

unset_trace.h:1:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void unset_trace();
^
unset_trace.c:5:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void unset_trace() {
^

Fix the following warnings with gcc-5.4:

unset_trace.h:1:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 void unset_trace();
 ^
unset_trace.c:5:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 void unset_trace() {
      ^
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant