Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachael Alexanderson committed Feb 6, 2019
2 parents d96d0b4 + 78c0b7f commit 20a9587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -133,7 +133,7 @@ script:
-DPK3_QUIET_ZIPDIR=YES \
..
- if [[ $TRAVIS_OS_NAME == 'windows' ]]; then cmake --build . -- -m; fi
- if [[ $TRAVIS_OS_NAME != 'windows' ]]; then cmake --build . -- -j2; fi
- if [[ $TRAVIS_OS_NAME != 'windows' ]]; then cmake --build . -- -j2 -k; fi

notifications:
email: false
2 changes: 1 addition & 1 deletion src/scripting/backend/codegen.h
Expand Up @@ -2106,7 +2106,7 @@ class FxNop : public FxExpression
: FxExpression(EFX_Nop, p)
{
isresolved = true;
ValueType = TypeError;
ValueType = TypeVoid;
}
ExpEmit Emit(VMFunctionBuilder *build)
{
Expand Down

0 comments on commit 20a9587

Please sign in to comment.