Silence warning with g++ 4. (Somehow it can't tell that this must exit before the end of the function. I suspect it's the goto.)

This commit is contained in:
Steve Checkoway
2006-10-03 06:29:32 +00:00
parent 880f20b443
commit 2b8a7f4a14
+1
View File
@@ -780,6 +780,7 @@ try_element_again:
GetThemeDirFromName(SpecialFiles::BASE_THEME_NAME).c_str() );
DEFAULT_FAIL( res );
}
FAIL_M( "" ); // Silence gcc 4.
}