Skip to content
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

audit warnings during snap build #17

Open
tartley opened this issue Sep 18, 2019 · 3 comments
Open

audit warnings during snap build #17

tartley opened this issue Sep 18, 2019 · 3 comments

Comments

@tartley
Copy link
Collaborator

tartley commented Sep 18, 2019

No description provided.

@tartley
Copy link
Collaborator Author

tartley commented Oct 8, 2019

eg. while building ctags:

parsers/html.c: In function ‘readTag.part.2’:
parsers/html.c:584:6: warning: ‘lineOffset_tmp[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
      makePromise ("JavaScript", startLineNumber, startLineOffset,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          endLineNumber, endLineOffset, startSourceLineNumber);
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parsers/html.c:584:6: warning: ‘line_tmp[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]

@tartley
Copy link
Collaborator Author

tartley commented Oct 8, 2019

AR libctags.a
ar: u' modifier ignored since D' is the default (see `U')

@masatake
Copy link
Member

masatake commented Oct 8, 2019

About the former one, see universal-ctags/ctags#1496

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants