Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning in _testembed.c #13533

Merged
merged 1 commit into from
May 23, 2019
Merged

Conversation

pablogsal
Copy link
Member

The warning:

./Programs/_testembed.c:1234:20: warning: variable ‘ts’ set but not used [-Wunused-but-set-variable]
     PyThreadState *ts;

@pablogsal pablogsal changed the title Remove warning in _testembed.c Fix warning in _testembed.c May 23, 2019
@pablogsal pablogsal merged commit cccc11b into python:master May 23, 2019
@pablogsal pablogsal deleted the remove_warning branch May 23, 2019 23:53
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
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