- Feb 05, 2016
-
-
Waleed Khan authored
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.
-
Marcus M. Darden authored
-
Marcus M. Darden authored
-