Skip to content

Fix compiler warning about non initialized variable#11806

Merged
pablogsal merged 1 commit into
python:masterfrom
pablogsal:initialized
Feb 10, 2019
Merged

Fix compiler warning about non initialized variable#11806
pablogsal merged 1 commit into
python:masterfrom
pablogsal:initialized

Conversation

@pablogsal

@pablogsal pablogsal commented Feb 10, 2019

Copy link
Copy Markdown
Member

The warning:

Python/ast.c:1420:35: warning: ‘argmay be used uninitialized in this function [-Wmaybe-uninitialized]
                 arg->type_comment = NEW_TYPE_COMMENT(ch);
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants