Skip to content
Snippets Groups Projects
Commit e55c3bd4 authored by Waleed Khan's avatar Waleed Khan
Browse files

Fix P2.cpp compiler error on some systems

It doesn't manifest on my machine because it seems like the result of
`foo` here should be forced to be an `int`:

    int foo = getLongValue() % getIntValue();

But on some setups, it seems that this produces a `long` value instead,
which is then a warning when being put into an `int` value.
parent f9bc05c7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment