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

luvit_init: remove function call from assert() #226

Merged
merged 1 commit into from May 24, 2012

Conversation

philips
Copy link
Contributor

@philips philips commented May 23, 2012

Fix #156.

assert() statements can be compiled out, don't do functional things in
them.

Note from Brandon: I searched the rest of the tree for assert() with
side effects and didn't see anything else.

Fix #156.

assert() statements can be compiled out, don't do functional things in
them.

Note from Brandon: I searched the rest of the tree for assert() with
side effects and didn't see anything else.
@rphillips
Copy link
Member

+1

philips added a commit that referenced this pull request May 24, 2012
luvit_init: remove function call from assert()
@philips philips merged commit 6899bd9 into master May 24, 2012
@rphillips rphillips deleted the fix-assert-functional branch November 18, 2014 02:38
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.

some non-assertion code write in assert statement
3 participants