summaryrefslogtreecommitdiff
path: root/plugins/showmood.cpp
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-10 16:03:11 +0100
committerPetr Mrázek2012-03-10 16:03:11 +0100
commit75113b715aaec4bd6feea80d5ff64dd4cdc7bc90 (patch)
treec094c8949e6a12fa1c0a2ece8a16f9cae6ee54d9 /plugins/showmood.cpp
parentcff654bca66b2814f4585118e081dd3d12de2196 (diff)
downloaddfhack-75113b715aaec4bd6feea80d5ff64dd4cdc7bc90.tar.gz
dfhack-75113b715aaec4bd6feea80d5ff64dd4cdc7bc90.tar.bz2
dfhack-75113b715aaec4bd6feea80d5ff64dd4cdc7bc90.tar.xz
Misc fixes for warnings...
Diffstat (limited to 'plugins/showmood.cpp')
-rw-r--r--plugins/showmood.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/showmood.cpp b/plugins/showmood.cpp
index 110d8f54..d47bd8a8 100644
--- a/plugins/showmood.cpp
+++ b/plugins/showmood.cpp
@@ -138,6 +138,9 @@ command_result df_showmood (color_ostream &out, vector <string> & parameters)
case job_type::StrangeMoodFell:
out.print("enter a fell mood?");
break;
+ default:
+ out.print("do something else...");
+ break;
}
break;