awslabs / amazon-kinesis-video-streams-pic

Apache License 2.0
49 stars 47 forks source link

[BUG] Format specifiers incorrect for gcc #213

Closed daveisfera closed 9 months ago

daveisfera commented 1 year ago

Logging N/A (issue during compilation)

Describe the bug The format specifiers, like PRIu64, are incorrect when using gcc

SDK version number Does PIC have versioned releases? It appears that the KVS Producer SDK for C just uses git hashes

Open source building N/A

To Reproduce Steps to reproduce the behavior:

  1. Add -Wall to build
  2. Build and notice that prints have warnings about type mismatches

Expected behavior Format specifiers are defined correctly

Desktop (please complete the following information):

Additional context Ideally, the standard headers would be used to define all of this info (that's why they exist after all), but for now, having the custom definitions that exist be correct is a good first step