Skip to content

Commit

Permalink
ScriptUtils: Add script warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Jul 1, 2018
1 parent 81ec8cf commit e649091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/script/ScriptUtils.cpp
Expand Up @@ -620,6 +620,8 @@ size_t initSuppressions() {

suppress("human_base_0095", 722, "setcontrolledzone"); // unknown zone 'maria_shop'

suppress("human_base_0097", 9830, "speak"); // unexpected flags: -0 (should be -O?)

suppress("human_base_0099", 997, "errata"); // unknown command 'errata', should be 'goto errata'

suppress("human_base_0114", 6541, "teleport"); // unknown target 'marker_0327'
Expand Down

0 comments on commit e649091

Please sign in to comment.