summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optgenrl.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-13 22:51:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-13 22:51:28 +0200
commitfb9927d7cbfe26215990bc8cce8f31e14bbb3c0a (patch)
tree1308df6f90e64904235aba6d15522c3a1e2025f8 /cui/source/options/optgenrl.cxx
parentcheck_table.py: use assertEqual() (diff)
downloadcore-fb9927d7cbfe26215990bc8cce8f31e14bbb3c0a.tar.gz
core-fb9927d7cbfe26215990bc8cce8f31e14bbb3c0a.zip
WaE: C4245: signed/unsigned mismatch
Change-Id: I91546defcc514649f9ef388838af2d40d82c7b67
Diffstat (limited to 'cui/source/options/optgenrl.cxx')
-rw-r--r--cui/source/options/optgenrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index 33177c67fc3c..c20b73b586b4 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -66,7 +66,7 @@ namespace Lang
unsigned const Russian = 2;
unsigned const Eastern = 4;
unsigned const US = 8;
- unsigned const All = -1;
+ unsigned const All = static_cast<unsigned>(-1);
}