Skip to content

lib: address singleuse issues#17734

Closed
bagder wants to merge 1 commit intomasterfrom
bagder/singleuse-fixes
Closed

lib: address singleuse issues#17734
bagder wants to merge 1 commit intomasterfrom
bagder/singleuse-fixes

Conversation

@bagder
Copy link
Copy Markdown
Member

@bagder bagder commented Jun 24, 2025

  • markup some functions UNITTEST, so that they are static unless in a unit test build

  • make some functions #ifdef UNITTESTS as they are only used from unit tests

  • adjusted unit tests accordingly to use local prototypes for functions not global in the library

- markup some functions UNITTEST, so that they are static unless in a
  unit test build

- make some functions #ifdef UNITTESTS as they are only used from unit
  tests

- adjusted unit tests accordingly to use local prototypes for functions
  not global in the library
@github-actions github-actions bot added the tests label Jun 24, 2025
@bagder
Copy link
Copy Markdown
Member Author

bagder commented Jun 24, 2025

These were all found with singleuse in my local build. I don't know why the CI job does not.

@bagder bagder marked this pull request as ready for review June 25, 2025 09:45
@bagder bagder closed this in d22057d Jun 25, 2025
@bagder bagder deleted the bagder/singleuse-fixes branch June 25, 2025 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant