Brian Paul writes:
> On 04/02/2013 04:16 PM, Paul Berry wrote:
>> GCC 4.8 now warns about typedefs that are local to a scope and not
>> used anywhere within that scope. This produces spurious warnings with
>> the STATIC_ASSERT() macro (which uses a typedef to provoke a compile
>> error in the ev
On 04/02/2013 04:16 PM, Paul Berry wrote:
GCC 4.8 now warns about typedefs that are local to a scope and not
used anywhere within that scope. This produces spurious warnings with
the STATIC_ASSERT() macro (which uses a typedef to provoke a compile
error in the event of an assertion failure).
Th
GCC 4.8 now warns about typedefs that are local to a scope and not
used anywhere within that scope. This produces spurious warnings with
the STATIC_ASSERT() macro (which uses a typedef to provoke a compile
error in the event of an assertion failure).
This patch avoids the warning using the GCC __