-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
A little bit of Fightwarn #2096
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… (strange bug for autotools build scenarios) Signed-off-by: Jim Klimov <[email protected]>
… (strange bug for autotools build scenarios) Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Initial implementation passed -1 as uid to have it not changed. Not all OSes support that behavior. Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…_t value Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Needed for tools/nut-scanner/scan_xml_http.c on MinGW cross-builds Signed-off-by: Jim Klimov <[email protected]>
…older WIN32 Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…s of methods Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…define or not the fallback Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…nvvars when we "Investigate envvars" Signed-off-by: Jim Klimov <[email protected]>
…forms Signed-off-by: Jim Klimov <[email protected]>
…NAME patterns as the default toggle to be loud and slow Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added
enhancement
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
portability
We want NUT to build and run everywhere possible
labels
Oct 8, 2023
This comment was marked as resolved.
This comment was marked as resolved.
…ions check and enforcement Signed-off-by: Jim Klimov <[email protected]>
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: Jim Klimov <[email protected]>
…encies Signed-off-by: Jim Klimov <[email protected]>
Brings up #2084 in base build... seems to have been obscured by earlier issue with JSL - networkupstools/jenkins-dynamatrix#24 |
Signed-off-by: Jim Klimov <[email protected]>
… by longjmp or vfork" [networkupstools#2092] Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…-function-type-strict due to void* vs. practical pointers with NSS method pointers [networkupstools#2084] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Oct 16, 2023
…nction-declaration [networkupstools#2109, networkupstools#2096 fallout] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Oct 16, 2023
…option requirements into compilers that identify as GCC or CLANG [networkupstools#2096 fallout] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Oct 16, 2023
…nction-declaration [networkupstools#2109, networkupstools#2096 fallout] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Oct 16, 2023
…option requirements into compilers that identify as GCC or CLANG [networkupstools#2096 fallout] Signed-off-by: Jim Klimov <[email protected]>
This was referenced Nov 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
enhancement
portability
We want NUT to build and run everywhere possible
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follows up from #823 and related to investigation of recent mess-up with dynamatrix variable passing for test environments per networkupstools/jenkins-dynamatrix#24
As a side bonus, fixes a few actual or potential bugs and reduces the count of static analysis complaints.