-
Notifications
You must be signed in to change notification settings - Fork 631
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
parsers: gcc warnings when configured with --enable-debugging #2286
Comments
People may use the function for print-debuggnig. So wrapping #if 0/#endif may be better. |
k-takata
added a commit
to k-takata/ctags
that referenced
this issue
Nov 4, 2019
Suppress unused function warnings. Close universal-ctags#2286
k-takata
added a commit
to k-takata/ctags
that referenced
this issue
Nov 4, 2019
Suppress unused function warnings. Close universal-ctags#2286
k-takata
added a commit
to k-takata/ctags
that referenced
this issue
Nov 4, 2019
Suppress unused function warnings. Close universal-ctags#2286
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following two warnings are shown when u-ctags is configured with
--enable-debugging
:We can comment out these two functions with
#if 0 ... #endif
or completely remove them to suppress the warnings.(Not sure which is better.)
The text was updated successfully, but these errors were encountered: