diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-09-26 21:14:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-09-26 21:14:13 +0300 |
commit | e594b27aa841d2c4a0a1861def8ade092eab6c5f (patch) | |
tree | 9f04ae4949627b2ec521c345e88530f39ab3a0cb /cppcanvas | |
parent | 2abdc04993e6b23d2c5514caca66371ff2df7bea (diff) |
WaE: control reaches end of non-void function
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/mtfrenderer/textaction.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cppcanvas/source/mtfrenderer/textaction.cxx b/cppcanvas/source/mtfrenderer/textaction.cxx index a80306df3e05..ec353ea1bc83 100644 --- a/cppcanvas/source/mtfrenderer/textaction.cxx +++ b/cppcanvas/source/mtfrenderer/textaction.cxx @@ -2286,12 +2286,8 @@ namespace cppcanvas rState ) ); } } -#if defined __GNUC__ -#if __GNUC__ == 4 && __GNUC_MINOR__ >= 1 // Unreachable; to avoid bogus warning: return ActionSharedPtr(); -#endif -#endif } } } |