Changes between Initial Version and Version 1 of Ticket #61307, comment 4


Ignore:
Timestamp:
Oct 12, 2020, 7:59:35 AM (4 years ago)
Author:
chrstphrchvz (Christopher Chavez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61307, comment 4

    initial v1  
    1 `FF_stream_read()`, `FF_stream_close()`, etc. are all functions defined (without prior declaration but before any subsequent usage) in the same file, base/fapi_ft.c. There are errors defining them, so clang doesn't recognize `FF_stream_read`, `FF_stream_close`, etc. when it proceeds anyway.
     1`FF_stream_read()`, `FF_stream_close()`, etc. are all functions defined (without prior declaration but before any subsequent usage) in the same file, base/fapi_ft.c. There are ~~errors~~ problems defining them, so clang doesn't recognize `FF_stream_read`, `FF_stream_close`, etc. when it proceeds anyway.