Skip to content

testmathlib.cpp: fixed literal overflow warnings#7739

Merged
chrchr-github merged 1 commit intodanmar:mainfrom
firewave:lit-overflow
Aug 18, 2025
Merged

testmathlib.cpp: fixed literal overflow warnings#7739
chrchr-github merged 1 commit intodanmar:mainfrom
firewave:lit-overflow

Conversation

@firewave
Copy link
Copy Markdown
Collaborator

example:

test/testmathlib.cpp:393:43: error: integer constant is so large that it is unsigned [-Werror]
  393 |             constexpr MathLib::bigint i = 18446744073709551615;
      |                                           ^~~~~~~~~~~~~~~~~~~~

Comment thread test/testmathlib.cpp
example:
```
test/testmathlib.cpp:393:43: error: integer constant is so large that it is unsigned [-Werror]
  393 |             constexpr MathLib::bigint i = 18446744073709551615;
      |                                           ^~~~~~~~~~~~~~~~~~~~
```
@sonarqubecloud
Copy link
Copy Markdown

@chrchr-github chrchr-github merged commit 876d4ef into danmar:main Aug 18, 2025
63 checks passed
@firewave firewave deleted the lit-overflow branch August 18, 2025 08:23
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