Commit dac74162 authored by Alastair Robertson's avatar Alastair Robertson

Fix "control reaches end of non-void function" warning

parent 4efac777
......@@ -221,6 +221,7 @@ static unsigned kernel_version(int attempt)
return 0;
}
abort();
}
void AttachedProbe::load_prog()
......
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