On 12/8/10 9:36 AM, Tor Didriksen wrote:
> Looks good.
>
> btw. there are tons of warnings with icc:
>
> $icc --version
> icc (ICC) 11.0 20090131
> Copyright (C) 1985-2009 Intel Corporation. All rights reserved.
>
>
> ctype-utf8.c(2383): warning #592: variable "s_wc" is used before its
> value is set
> my_wc_t UNINIT_VAR(s_wc),t_wc;
>
> ../include/m_ctype.h(216): warning #1287: invalid attribute for field
> "snprintf"
> ...) ATTRIBUTE_FORMAT_FPTR(printf, 4, 5);
>
Yep. I installed ICC locally, will fix those when time permits.