Skip to content

Fix a handful of warnings discovered by GCC#55

Open
mardy wants to merge 2 commits into
sansumbrella:stablefrom
mardy:warning-fixes
Open

Fix a handful of warnings discovered by GCC#55
mardy wants to merge 2 commits into
sansumbrella:stablefrom
mardy:warning-fixes

Conversation

@mardy

@mardy mardy commented Nov 19, 2023

Copy link
Copy Markdown

You might want to review this commit by commit.

This fixes a couple of conversion issues:

    .../src/choreograph/Motion.hpp:182:24: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
      182 |         if( inflection > bottom && inflection <= top ) {
          |             ~~~~~~~~~~~^~~~~~~~
    .../src/choreograph/Motion.hpp:182:47: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
      182 |         if( inflection > bottom && inflection <= top ) {
          |                                    ~~~~~~~~~~~^~~~~~
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.

1 participant