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

unset_trace.[ch]: fix prototype warnings #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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