Re: [perl #53352] Build warnings in STRUCT_COPY

2008-04-27 Thread NotFound
On Sat, Apr 26, 2008 at 8:16 PM, chromatic <[EMAIL PROTECTED]> wrote: > That seems cleaner to me; want to try that patch? I'm out for the weekend, tomorrow I will work on it. -- Salu2

Re: [perl #53352] Build warnings in STRUCT_COPY

2008-04-26 Thread chromatic
On Saturday 26 April 2008 09:03:12 NotFound wrote: > I'v taken a look a those warnings some days ago. The macro STRUCT_COPY > is generic and asserts his two parameter as non null, but is used in > several places with arguments that the compiler knows is not, making > the assertion redundant. But d

Re: [perl #53352] Build warnings in STRUCT_COPY

2008-04-26 Thread NotFound
Hello > The following lines that use the STRUCT_COPY macro are generating > build warnings. > > src/charset/ascii.c:792: warning: the address of 'base_set' will > always evaluate as 'true' (snip) > For example, the last line here is: > > STRUCT_COPY(return_encoding, &base_encoding); > > but

[perl #53352] Build warnings in STRUCT_COPY

2008-04-25 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #53352] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53352 > The following lines that use the STRUCT_COPY macro are generating build warnings. src/ch