]> git.localhorst.tv Git - blank.git/blobdiff - src/shared/cli.cpp
make gcc nag more
[blank.git] / src / shared / cli.cpp
index d4cf525b90e5e1c346bd0dbc9e65356c85a41627..9663cb2c4efb192e5e7f0ee36768c84b737db437 100644 (file)
@@ -63,7 +63,7 @@ CLI::Command::~Command() {
 }
 
 
-void TeleportCommand::Execute(CLI &cli, CLIContext &ctx, TokenStreamReader &args) {
+void TeleportCommand::Execute(CLI &, CLIContext &ctx, TokenStreamReader &args) {
        glm::vec3 pos(args.GetFloat(), args.GetFloat(), args.GetFloat());
        EntityState state = ctx.GetPlayer().GetEntity().GetState();
        state.pos = ExactLocation(pos).Sanitize();