Skip to content

[core,RF,misc,interpreter] fix windows warning#22057

Draft
ferdymercury wants to merge 12 commits intoroot-project:masterfrom
ferdymercury:patch-23
Draft

[core,RF,misc,interpreter] fix windows warning#22057
ferdymercury wants to merge 12 commits intoroot-project:masterfrom
ferdymercury:patch-23

Conversation

@ferdymercury
Copy link
Copy Markdown
Collaborator

@ferdymercury ferdymercury commented Apr 24, 2026

C:\ROOT-CI\src\roofit\roofitcore\src\RooLinkedList.cxx(71,19): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [C:\ROOT-CI\build\roofit\roofitcore\RooFitCore.vcxproj]

also warning about unused e var in TROOT

and several more.

Related: #22069

C:\ROOT-CI\src\roofit\roofitcore\src\RooLinkedList.cxx(71,19): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [C:\ROOT-CI\build\roofit\roofitcore\RooFitCore.vcxproj]
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 24, 2026

Test Results

    22 files      22 suites   3d 5h 51m 55s ⏱️
 3 847 tests  3 845 ✅  1 💤 1 ❌
75 965 runs  75 946 ✅ 18 💤 1 ❌

For more details on these failures, see this check.

Results for commit ee38df8.

♻️ This comment has been updated with latest results.

@guitargeek
Copy link
Copy Markdown
Contributor

@ferdymercury, any reason that this PR is still marked as draft? It looks ready-to-merge for me!

@ferdymercury
Copy link
Copy Markdown
Collaborator Author

There are more warnings in roofit/test (see win64 raw logs) but if you want these can go into separate PR. (Or feel free to take over this PR)

warning C4326: return type of 'main' should be 'int' instead of 'void'
warning C4805: '|=': unsafe mix of type 'int' and type 'bool' in operation
 warning C4805: '|=': unsafe mix of type 'int' and type 'bool' in operation
warning C4804: '/': unsafe use of type 'bool' in operation
warning C4756: overflow in constant arithmetic
discarding return value of function with [[nodiscard]] attribute
@ferdymercury ferdymercury changed the title [core,RF] fix windows warning [core,RF,misc,interpreter] fix windows warning Apr 27, 2026
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