Closed
Conversation
metzm
reviewed
Feb 4, 2021
metzm
reviewed
Feb 4, 2021
metzm
reviewed
Feb 4, 2021
metzm
reviewed
Feb 4, 2021
metzm
reviewed
Feb 4, 2021
Fixes -Winteger-overflow compiler warning.
Addresses -Wunused-value compiler warning.
ISO C++11 does not allow conversion from string literal to 'char *'. Addresses -Wwritable-strings compiler warnings.
Addresses -Wundefined-inline compiler warnings. See https://gcc.gnu.org/onlinedocs/gcc/Inline.html
as it is only applied to the left side of the comparison. (OSGeo#1275) Addresses -Wlogical-not-parentheses compiler warnings. Co-authored-by: Markus Metz <[email protected]>
ed3717b to
1d8f4f0
Compare
Contributor
Author
|
Thanks! Implemented your suggestions and reworded commit messages. |
Contributor
Can you please resolve the conversations where you applied my suggestions? That makes the next round of review easier. Thanks! |
Contributor
Author
Ok, I will do so. |
Contributor
Author
|
Ready, will merge on approval. |
metzm
approved these changes
Feb 9, 2021
Contributor
metzm
left a comment
There was a problem hiding this comment.
Ready to merge, thanks a lot for this PR!
nilason
added a commit
that referenced
this pull request
Feb 10, 2021
Fixes -Winteger-overflow compiler warning.
nilason
added a commit
that referenced
this pull request
Feb 10, 2021
Addresses -Wunused-value compiler warning.
nilason
added a commit
that referenced
this pull request
Feb 10, 2021
ISO C++11 does not allow conversion from string literal to 'char *'. Addresses -Wwritable-strings compiler warnings.
nilason
added a commit
that referenced
this pull request
Feb 10, 2021
Addresses -Wundefined-inline compiler warnings. See https://gcc.gnu.org/onlinedocs/gcc/Inline.html
nilason
added a commit
that referenced
this pull request
Feb 10, 2021
as it is only applied to the left side of the comparison. (#1275) Addresses -Wlogical-not-parentheses compiler warnings. Co-authored-by: Markus Metz <[email protected]>
Contributor
Author
Merged. Thank you! |
marisn
pushed a commit
to marisn/grass
that referenced
this pull request
Mar 22, 2021
Fixes -Winteger-overflow compiler warning.
marisn
pushed a commit
to marisn/grass
that referenced
this pull request
Mar 22, 2021
Addresses -Wunused-value compiler warning.
marisn
pushed a commit
to marisn/grass
that referenced
this pull request
Mar 22, 2021
ISO C++11 does not allow conversion from string literal to 'char *'. Addresses -Wwritable-strings compiler warnings.
marisn
pushed a commit
to marisn/grass
that referenced
this pull request
Mar 22, 2021
Addresses -Wundefined-inline compiler warnings. See https://gcc.gnu.org/onlinedocs/gcc/Inline.html
marisn
pushed a commit
to marisn/grass
that referenced
this pull request
Mar 22, 2021
as it is only applied to the left side of the comparison. (OSGeo#1275) Addresses -Wlogical-not-parentheses compiler warnings. Co-authored-by: Markus Metz <[email protected]>
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Oct 26, 2022
Fixes -Winteger-overflow compiler warning.
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Oct 26, 2022
Addresses -Wunused-value compiler warning.
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Oct 26, 2022
ISO C++11 does not allow conversion from string literal to 'char *'. Addresses -Wwritable-strings compiler warnings.
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Oct 26, 2022
Addresses -Wundefined-inline compiler warnings. See https://gcc.gnu.org/onlinedocs/gcc/Inline.html
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Oct 26, 2022
as it is only applied to the left side of the comparison. (OSGeo#1275) Addresses -Wlogical-not-parentheses compiler warnings. Co-authored-by: Markus Metz <[email protected]>
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Feb 17, 2023
Fixes -Winteger-overflow compiler warning.
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Feb 17, 2023
Addresses -Wunused-value compiler warning.
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Feb 17, 2023
ISO C++11 does not allow conversion from string literal to 'char *'. Addresses -Wwritable-strings compiler warnings.
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Feb 17, 2023
Addresses -Wundefined-inline compiler warnings. See https://gcc.gnu.org/onlinedocs/gcc/Inline.html
ninsbl
pushed a commit
to ninsbl/grass
that referenced
this pull request
Feb 17, 2023
as it is only applied to the left side of the comparison. (OSGeo#1275) Addresses -Wlogical-not-parentheses compiler warnings. Co-authored-by: Markus Metz <[email protected]>
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.
Fixes compiler warnings:
Seventh part addressing #1247.
There are a couple of
-Wlogical-not-parentheseswarnings and I'm not absolutely sure how to correctly address them. See comments in code.Modules / code parts directly affected: