Skip to content

fix warning of type mismatch in printf format#3

Open
ultimatile wants to merge 1 commit intoCytnx-dev:mainfrom
ultimatile:fix-warning-size_type
Open

fix warning of type mismatch in printf format#3
ultimatile wants to merge 1 commit intoCytnx-dev:mainfrom
ultimatile:fix-warning-size_type

Conversation

@ultimatile
Copy link

@ultimatile ultimatile commented Sep 12, 2025

Currently, the printf formatter %d is used for the unsigned plans.size(). This results in "warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]".

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