DO NOT REPLY [Bug 7015] Build problems on HP-UX, Tru64 -- alloca, -Wno-unused-parameter

samba-bugs at samba.org samba-bugs at samba.org
Wed Dec 30 20:38:34 MST 2009


https://bugzilla.samba.org/show_bug.cgi?id=7015


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from wayned at samba.org  2009-12-30 21:38 CST -------
In the alloca check of a modern configure script, it defines alloca to be
__builtin_alloca even if __STRICT_ANSI__ is not defined.  Would changing the
lines:

#elif defined(__GNUC__) && defined(__STRICT_ANSI__)
#define alloca __builtin_alloca

to be just:

#else
#define alloca __builtin_alloca

work for your system?


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list