This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: [patch]: Merge from gnustep for obj-c. Remove warnings for target w64.


On 11/18/08, Kai Tietz <Kai.Tietz@onevision.com> wrote:
> Hi,
>
> this patch removes some warnings in libobjc, and is a merge from the
> changes already applied to gnustep/objc.
>
> ChangeLog
>
> 2008-11-18  Kai Tietz  <kai.tietz@onevision.com>
>
>         *  Object.m (errno): Declare for _WIN32 as dllimported.

Please include errno.h instead, most of the time the use of the plain
variable errno is incorrect.

>         (compare): Cast self to id to prevent warning on comparison.
>         * objc/objc.h (BOOL): Prevent redeclaration of BOOL, if already
> there.
>         * sendmsg.c (__objc_print_dtable_stats): Remove type warnings.
>         * thr-win32.c (__objc_thread_detach): Remove type warning.
>         (__objc_thread_id): Likewise.
>         * thr.c (__objc_thread_detach_function): Add abort for unreachable
> code.

objc_thread_exit should have been marked as noreturn.  Do you know why
it was not?

With the above changes and the undef change this is OK.

Thanks,
Andrew Pinski


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