Changes between Initial Version and Version 3 of Ticket #2880


Ignore:
Timestamp:
Aug 8, 2014, 6:35:02 AM (10 years ago)
Author:
strk
Comment:

Should be fixed by r12874

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2880

    • Property Summary cu_varint warningscu_varint warnings and lwout_twkb.c warnings
  • Ticket #2880 – Description

    initial v3  
    55cu_varint.c:30:2: warning: implicit declaration of function 'varint_u32_encoded_size' [-Wimplicit-function-declaration]
    66  size = varint_u32_encoded_size(nr);
    7   ^
     7  ^ 
    88cu_varint.c:35:2: warning: implicit declaration of function 'varint_u32_encode_buf' [-Wimplicit-function-declaration]
    99  varint_u32_encode_buf(nr, buf);