[issue16375] Warning in Parser/grammar1.c

2012-10-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue16375] Warning in Parser/grammar1.c

2012-10-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: needs patch -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue16375] Warning in Parser/grammar1.c

2012-10-31 Thread Benjamin Peterson
Benjamin Peterson added the comment: e87d617cef23 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bu

[issue16375] Warning in Parser/grammar1.c

2012-10-31 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The changeset 7e0e15d9957f causes annoying GCC warning in Parser/grammar1.c. Possible solutions: 1. Revert this changes back. 2. Prohibit this type of warnings by the compiler flags. 3. Explicitly cast _PyParser_TokenNames to "char *" in PyGrammar_LabelRepr