CWS-TOOLING: integrate CWS cli002

This commit is contained in:
Rüdiger Timm
2008-10-28 15:03:16 +00:00
parent 216e0048e4
commit ada35cded0
10 changed files with 65 additions and 48 deletions

View File

@@ -2307,7 +2307,7 @@ namespace cppcanvas
}
}
#if defined __GNUC__
#if __GNUC__ == 4 && __GNUC_MINOR__ == 1
#if __GNUC__ == 4 && __GNUC_MINOR__ >= 1
// Unreachable; to avoid bogus warning:
return ActionSharedPtr();
#endif