summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-29 08:49:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-29 08:49:09 +0200
commitf68a27c787cfdafa51d0c045feb0452026640669 (patch)
treeeb6a7b8483ed45dd1218b8ac67eae191d097e100 /configmgr
parentd35adb0835eb57ca6ef0576781a87d829c2689d0 (diff)
Avoid false -Werror=maybe-uninitialized
Change-Id: I5493c49eb97c630e91cdc8368ad8b017557f1fa1
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/dconf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx
index ec286b2b7ade..192eb8bba24f 100644
--- a/configmgr/source/dconf.cxx
+++ b/configmgr/source/dconf.cxx
@@ -872,7 +872,7 @@ void readDir(
continue;
}
switch (op) {
- case Op::None:
+ default: // case Op::None:
SAL_WARN(
"configmgr.dconf",
"bad set element indirection dir " << path