libmseed 2.16m released
Download: https://seiscode.iris.washington.edu/projects/libmseed/files
No functional changes since 2.16, some defines for older MSVC build systems and minor additions:
- Add defines for needed integer types and macros from inttypes.h missing in older MSVC versions. MSVC 2010 and later appear to have enough C99 support. - Add define tests for _WIN32 and _WIN64 to cover all WINs. - ms_fread(): Add cast to quiet warning for conversion from size_t to int. In this case the read will always be <= MAXRECLEN, much smaller than int, making the conversion safe.
Comments