This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Incompatible pointer type warning in libc/reent


While building Cygwin with -Werror in CFLAGS:

newlib/libc/reent/impure.c:23:62: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] static struct _reent __ATTRIBUTE_IMPURE_DATA__ impure_data = _REENT_INIT (impure_data);
                                                              ^
newlib/libc/reent/impure.c:23:62: note: (near initialization for ‘impure_data._locale’)


--
Yaakov Selkowitz
Software Engineer - Platform Enablement Group
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]