]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
ceval.c: mark debug 'filename' variable as unused (GH-11074)
authorVictor Stinner <vstinner@redhat.com>
Mon, 10 Dec 2018 12:53:38 +0000 (13:53 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Dec 2018 12:53:38 +0000 (13:53 +0100)
commit1fd93ff18cf5cc324c743564ea2347bef06c0de0
treee12139a97e8e42f9ccb7cf44b5a44b1135a90db7
parent7bbf7b02ab0852aa757505a7e4062eb52817037a
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.
Python/ceval.c