LayerManagement: removed compiler warnings
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Tue, 14 Feb 2012 14:21:01 +0000 (15:21 +0100)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 16 Feb 2012 08:40:18 +0000 (09:40 +0100)
commitbfa052ca9ebf33e609a79a9b761cfc953a937c19
tree98ad29b81bf120c100768bd8735c7569eabd7749
parentd65448385793b48915142a28d21fc28d7121cfb9
LayerManagement: removed compiler warnings

DBUSCommunicatorTest:
- Added checks for all "system()" calls to get rid of compiler warnings. The compiler wants to make sure, the return value of "system()" calls are checked.

DBUSCommunicator:
- removed unused local variables

BaseRenderer:
- removed warnings on unused variables

XPlatformSurface:
- 2 methods did not return values, althoug specified to return bool

X11WindowSystem:
- fixed order of initializer list
LayerManagerPlugins/Communicators/DBUSCommunicator/src/DBUSCommunicator.cpp
LayerManagerPlugins/Communicators/DBUSCommunicator/test/DBUSCommunicatorTest.cpp
LayerManagerPlugins/Renderers/Base/include/BaseRenderer.h
LayerManagerPlugins/Renderers/Graphic/include/PlatformSurfaces/XPlatformSurface.h
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/X11WindowSystem.cpp