mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
Some users of MK_ERROR pass in parameters from a variable called "res", which is obviously not what they want to do, as that will use this "res" and not theirs. Spotted by Clang.