Kaydet (Commit) e594b27a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: control reaches end of non-void function

üst 2abdc049
...@@ -2286,12 +2286,8 @@ namespace cppcanvas ...@@ -2286,12 +2286,8 @@ namespace cppcanvas
rState ) ); rState ) );
} }
} }
#if defined __GNUC__
#if __GNUC__ == 4 && __GNUC_MINOR__ >= 1
// Unreachable; to avoid bogus warning: // Unreachable; to avoid bogus warning:
return ActionSharedPtr(); return ActionSharedPtr();
#endif
#endif
} }
} }
} }
......
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