[Sound] - removing warnings after adding the compilation option -Wall
authorAndrzej Popowski <a.popowski@samsung.com>
Wed, 1 Jul 2015 11:57:34 +0000 (13:57 +0200)
committerAndrzej Popowski <a.popowski@samsung.com>
Wed, 1 Jul 2015 11:57:34 +0000 (13:57 +0200)
[Verification] - the code compiles without errors and warnings in sound module

Change-Id: I6214fe317638be4d4efb892b461fcd4b03063026
Signed-off-by: Andrzej Popowski <a.popowski@samsung.com>
src/sound/sound_manager.cc

index 58a2bd72e1e3aabcc0cde3308f7ef0376c939d6e..97468daeb9f43b111c0153368f196561b2136774 100644 (file)
@@ -120,8 +120,8 @@ std::string SoundManager::SoundIOTypeToString(sound_device_io_direction_e type)
 SoundManager::SoundManager(SoundInstance& instance)
     : soundModeChangeListening(false),
       sound_device_change_listener_(false),
-      soundModeListener(nullptr),
-      instance_(instance){
+      instance_(instance),
+      soundModeListener(nullptr) {
   FillMaxVolumeMap();
 }