projects
/
platform
/
core
/
uifw
/
ise-engine-tables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aed047
)
Pass CXXFLAGS="-Werror -Wformat -Werror=format-security".
author
Tz-Huan Huang
<tzhuan@gmail.com>
Wed, 4 Jul 2012 17:36:08 +0000
(17:36 +0000)
committer
Tz-Huan Huang
<tzhuan@gmail.com>
Wed, 4 Jul 2012 17:36:08 +0000
(17:36 +0000)
svn commit r398
src/scim_generic_table.cpp
patch
|
blob
|
history
diff --git
a/src/scim_generic_table.cpp
b/src/scim_generic_table.cpp
index fd991ffeb7a1f6224bf6cac9ea27eb1bfb632e6a..d1f77c7d376b0504aefff898a6ce94d7da77862e 100644
(file)
--- a/
src/scim_generic_table.cpp
+++ b/
src/scim_generic_table.cpp
@@
-560,7
+560,7
@@
GenericTableHeader::save (FILE *fp)
else
fprintf (fp, "### FULL_WIDTH_LETTER_KEYS =\n");
- fprintf (fp, "MAX_KEY_LENGTH = %u\n",
m_max_key_length
);
+ fprintf (fp, "MAX_KEY_LENGTH = %u\n",
static_cast<unsigned int>(m_max_key_length)
);
fprintf (fp, "SHOW_KEY_PROMPT = %s\n", (m_show_key_prompt?"TRUE":"FALSE"));
fprintf (fp, "AUTO_SELECT = %s\n", (m_auto_select?"TRUE":"FALSE"));