bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GetText 0.21 and warning: incompatible pointer types


From: Jeffrey Walton
Subject: GetText 0.21 and warning: incompatible pointer types
Date: Wed, 18 Nov 2020 21:55:32 -0500

Hi Everyone,

I'm working on OS X 10.13. One compile warning of interest for GetText 0.21:

obstack.c:351:31: warning: incompatible pointer types initializing 'void
      (*)(void) __attribute__((noreturn))' with an expression of type
      'void (void)' [-Wincompatible-pointer-types]
__attribute_noreturn__ void (*obstack_alloc_failed_handler) (void)
                              ^

Thanks for clearing the xalloc macro warnings. It makes finding
interesting warnings easier.

Jeff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]