Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnutls: build fix for conflicting
gettext()
declaration/definition
The symptom is: src/benchmark.h:38:20: error: static declaration of 'gettime' follows non-static declaration inline static void gettime(struct timespec *ts) ^ src/gl/timespec.h:93:6: note: previous declaration is here void gettime (struct timespec *) _GL_ARG_NONNULL ((1)); ^ This only affects the clang build, not the gcc build. This fix is a GNU TLS patch, backported to MSYS2, then borrowed from msys2#18258. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information