Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Python
ceval.c
Find file
Blame
History
Permalink
ceval.c: mark debug 'filename' variable as unused (GH-11074)
· 1fd93ff1
Victor Stinner
authored
Dec 10, 2018
Use GCC __attribute__((unused)) to mark the debug variable 'filename' as unused in Python/ceval.c.
1fd93ff1