diff --git a/utils/wesnoth-attack-sim.c b/utils/wesnoth-attack-sim.c index 1882cdf02a0..67a2e1d89cc 100644 --- a/utils/wesnoth-attack-sim.c +++ b/utils/wesnoth-attack-sim.c @@ -15,6 +15,8 @@ * strict type-checking.. See the * "unnecessary" pointer comparison. */ + +//NOTE: cppcheck reports memory leaks in this program #define max(x,y) ({ \ typeof(x) _x = (x); \ typeof(y) _y = (y); \