* fixed one more gcc4 warning
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30574 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -119,7 +119,7 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
if (collator == NULL) {
|
if (collator == NULL) {
|
||||||
collator = be_locale->Collator();
|
collator = be_locale->Collator();
|
||||||
addon = "default";
|
addon = (char*)"default";
|
||||||
}
|
}
|
||||||
|
|
||||||
// test key creation speed
|
// test key creation speed
|
||||||
|
|||||||
Reference in New Issue
Block a user