]> gitweb.factorcode.org Git - factor.git/commit
vm: Fix a warning found by -Wextra
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 7 May 2021 14:31:21 +0000 (09:31 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 7 May 2021 14:31:21 +0000 (09:31 -0500)
commit20cefa0fb6514f30738a4b6774e0ce356b4af9bd
treef75f2921ae3b3097a177ef9116282cfcbd0afa8a
parent833023075f33575bc743947869e0d2254b87856c
vm: Fix a warning found by -Wextra

The code probably can't actually fall through to the next case
since the true branch is an error case, but it looks cleaner this way.
vm/alien.cpp