Open siliconforks opened 5 months ago
Thanks for flagging I'll have a look when time permits. Looks like this is not causing any issues for now.
Looks like this is not causing any issues for now.
Indeed, I think this is just a compiler warning. (The code still compiles.)
libfdatetime_fat_date_time_t
andlibfdatetime_fat_date_t
are defined twice intypes.h
:https://github.com/libyal/libfdatetime/blob/47838cea8a01e7623bf61e37cde7f0f279c5956f/include/libfdatetime/types.h.in#L205-L216
This causes GCC to generate a warning when the
-pedantic
option is used.