MazinLab / MKIDCore

Core Tools
GNU General Public License v3.0
4 stars 0 forks source link

gmtime is not in the c99 standard which is what we build this against #14

Closed ld-cd closed 2 months ago

ld-cd commented 2 months ago

This should be built to the gnu99 standard.

https://github.com/MazinLab/MKIDCore/blob/5a2a6f2087c2ac1547f524742cebd6c89a75afb6/mkidcore/binfile/binprocessor.c#L245

This looks to end up getting linked correctly at the end of the day in existing builds but will break with newer versions of GCC