Commit c9c0f9a7 authored by cremno's avatar cremno

remove const type qualifier

clang 3.5.0 with -Wextra produces a -Wignored-qualifiers diagnostic.
parent c2bc44e1
...@@ -502,7 +502,7 @@ get_and_parse_command(mrb_state *mrb, mrdb_state *mrdb) ...@@ -502,7 +502,7 @@ get_and_parse_command(mrb_state *mrb, mrdb_state *mrdb)
return cmd; return cmd;
} }
static const int32_t static int32_t
check_method_breakpoint(mrb_state *mrb, mrb_irep *irep, mrb_code *pc, mrb_value *regs) check_method_breakpoint(mrb_state *mrb, mrb_irep *irep, mrb_code *pc, mrb_value *regs)
{ {
struct RClass* c; struct RClass* c;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment