Status: New
Owner: ----
New issue 3044 by [email protected]: icu warnings
http://code.google.com/p/v8/issues/detail?id=3044
$ ./build/gyp_v8
$ ninja -C out/Debug/
tons and tons of warnings when build icu source.
[324/591] CXX obj/third_party/icu/source/i18n/icui18n.uspoof_wsconf.o
In file included
from ../../third_party/icu/source/i18n/uspoof_wsconf.cpp:22:
../../third_party/icu/source/i18n/unicode/uspoof.h:853:1:
warning: 'uspoof_getSkeletonUnicodeString_46' has C-linkage specified, but
returns user-defined type 'icu_46::UnicodeString &' which is incompatible
with C [-Wreturn-type-c-linkage]
uspoof_getSkeletonUnicodeString(const USpoofChecker *sc,
^
../../third_party/icu/source/common/unicode/urename.h:1572:41: note:
expanded from macro 'uspoof_getSkeletonUnicodeString'
#define uspoof_getSkeletonUnicodeString
U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeletonUnicodeString)
^
../../third_party/icu/source/common/unicode/uvernum.h:86:40: note: expanded
from macro 'U_ICU_ENTRY_POINT_RENAME'
#define U_ICU_ENTRY_POINT_RENAME(x) x ## _46
^
<scratch space>:71:1: note: expanded from here
uspoof_getSkeletonUnicodeString_46
^
1 warning generated.
[331/591] CXX obj/third_party/icu/source/i18n/icui18n.zstrfmt.o
../../third_party/icu/source/i18n/zstrfmt.cpp:75:19: warning: unused
variable 'gCountriesTag' [-Wunused-const-variable]
static const char gCountriesTag[] = "Countries";
^
1 warning generated.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.