From: Andrzej Popowski Date: Wed, 1 Jul 2015 11:57:34 +0000 (+0200) Subject: [Sound] - removing warnings after adding the compilation option -Wall X-Git-Tag: submit/tizen/20150702.103311^2~1^2~23^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98822f2be27637477d6ff49bb006d15d18e0698c;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Sound] - removing warnings after adding the compilation option -Wall [Verification] - the code compiles without errors and warnings in sound module Change-Id: I6214fe317638be4d4efb892b461fcd4b03063026 Signed-off-by: Andrzej Popowski --- diff --git a/src/sound/sound_manager.cc b/src/sound/sound_manager.cc index 58a2bd72..97468dae 100644 --- a/src/sound/sound_manager.cc +++ b/src/sound/sound_manager.cc @@ -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(); }