Partial fix for #13875 (Document preprocessorErrorDirective) [ci skip]#7542
Merged
danmar merged 1 commit intocppcheck-opensource:mainfrom May 20, 2025
Conversation
c9cef08 to
d080a7b
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR adds documentation for the preprocessorErrorDirective to clarify the usage and resolution of the #error directive in C and C++ code. The update describes the problem, explains the circumstances under which the warning appears, and provides code examples for fixing the issue by including gcc macros, library macros, or manually defined macros.
- Added a new markdown document describing the preprocessorErrorDirective.
- Detailed instructions and code snippets for resolving macro-related warnings.
olabetskyi
reviewed
May 19, 2025
90b3356 to
9829dd8
Compare
9829dd8 to
37e7e26
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.