ceval.c: mark debug 'filename' variable as unused (GH-11074)
Use GCC __attribute__((unused)) to mark the debug variable 'filename' as unused in Python/ceval.c.
Showing
Please register or sign in to comment
Use GCC __attribute__((unused)) to mark the debug variable 'filename' as unused in Python/ceval.c.