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

unset_trace.[ch]: fix prototype warnings - #116

Open
ahippo wants to merge 1 commit into
rkern:masterfrom
ahippo:unset-trace-warnings
Open

unset_trace.[ch]: fix prototype warnings#116
ahippo wants to merge 1 commit into
rkern:masterfrom
ahippo:unset-trace-warnings

Conversation

@ahippo

@ahippo ahippo commented Mar 13, 2018

Copy link
Copy Markdown

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