rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.6k stars 254 forks source link

unset_trace.[ch]: fix prototype warnings #116

Open ahippo opened 6 years ago

ahippo commented 6 years ago

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() { ^