projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c389b
)
[Sound] - removing warnings after adding the compilation option -Wall
author
Andrzej Popowski
<a.popowski@samsung.com>
Wed, 1 Jul 2015 11:57:34 +0000
(13:57 +0200)
committer
Andrzej 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
patch
|
blob
|
history
diff --git
a/src/sound/sound_manager.cc
b/src/sound/sound_manager.cc
index 58a2bd72e1e3aabcc0cde3308f7ef0376c939d6e..97468daeb9f43b111c0153368f196561b2136774 100644
(file)
--- 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();
}