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

delete unused savsig variable on Windows #927

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

vszakats
Copy link
Contributor

@vszakats vszakats commented Nov 3, 2023

Fixes:

./libressl/crypto/ui/ui_openssl_win.c:134:15: warning: unused variable 'savsig' [-Wunused-variable]
  134 | static void (*savsig[NX509_SIG])(int );
      |               ^~~~~~
1 warning generated.

Follow-up to dd1d96f

Fixes #925

@botovq botovq merged commit e454895 into libressl:master Nov 3, 2023
33 checks passed
@vszakats vszakats deleted the fix-unused branch November 3, 2023 19:25
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.

3.8.2 unused variable 'savsig' [-Wunused-variable] on Windows
2 participants