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 c6319 in Visual Studio 16.5 #361

Merged
merged 2 commits into from
Apr 26, 2020
Merged

Fix warning c6319 in Visual Studio 16.5 #361

merged 2 commits into from
Apr 26, 2020

Conversation

Cvelth
Copy link
Contributor

@Cvelth Cvelth commented Apr 26, 2020

Description

replace while((void)0, 0) with while(false) to avoid IntelliSense warning c6319.

GitHub Issues

Close #359

@onqtam
Copy link
Member

onqtam commented Apr 26, 2020

looks good to me!

@onqtam onqtam merged commit 644aeb1 into doctest:dev Apr 26, 2020
@Cvelth Cvelth deleted the while_false_clean branch May 1, 2020 17:19
onqtam pushed a commit that referenced this pull request May 17, 2020
replace `while((void)0, 0)` with `while(false)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants