Ben Collins-Sussman wrote:
>
> On Mar 22, 2005, at 1:16 AM, Travis wrote:
>
>>
>> Warnings like this:
>>
>> subversion/tests/libsvn_fs/locks-test.c: At top level:
>> subversion/tests/libsvn_fs/locks-test.c:966: warning: declaration of
>> `pool' shadows a global declaration
>> subversion/libsvn_fs_base/trail.h:146: warning: shadowed declaration
>> is here
>> subversion/tests/libsvn_fs/locks-test.c: In function `lock_out_of_date':
>> subversion/tests/libsvn_fs/locks-test.c:968: warning: declaration of
>> `fs' shadows a global declaration
>> subversion/libsvn_fs_base/trail.h:141: warning: shadowed declaration
>> is here
>>
>>
>> Some errors like this:
>>
>> In file included from subversion/tests/libsvn_fs/locks-test.c:45:
>> subversion/libsvn_fs_base/bdb/nodes-table.h:38: error: parse error
>> before '*' token
>>
>> In file included from subversion/tests/libsvn_fs/locks-test.c:44:
>> subversion/libsvn_fs_base/bdb/txn-table.h:34: error: parse error
>> before '*' token
>>
>>
>
> I can't make heads or tails of these warnings/errors. What do they
> mean? They seem nonsensical to me.
It generally means that a type isn't defined. For instance:
john_type_t *bogus;
When trying to compile the above statement, you'll get the exact same
"parse error before '*' token".
-John
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 22 15:25:59 2005