Skip to content

Conversation

@g-abilio
Copy link
Contributor

@g-abilio g-abilio commented Dec 18, 2025

Type of change

  • Bug fix

Description

When compiling the project using MSVC in Qt Creator, the following warnings are displayed:

 warning C4267: 'argument': conversion from 'size_t' to 'const QtNodes::PortIndex', possible loss of data
 cl : Command line warning D9025 : overriding '/W3' with '/W4'

This PR aims to solve these warnings.

Testing

  • Qt version tested:
  • Existing tests still pass
  • Added tests for new functionality (if applicable)

@paceholder
Copy link
Owner

Hi, thanks for this fix.

Do you know where the conflict /W3 vs /W4 comes from?

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.

2 participants