Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnutls: replace patch with upstream fix #18258

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Conversation

lazka
Copy link
Member

@lazka lazka commented Aug 25, 2023

No description provided.

@lazka lazka merged commit 24dfc1c into msys2:master Aug 25, 2023
7 checks passed
dscho pushed a commit to git-for-windows/MINGW-packages that referenced this pull request Sep 8, 2023
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>
dscho pushed a commit to git-for-windows/MINGW-packages that referenced this pull request Sep 8, 2023
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant