add warning about memory leaks reported by cppcheck

This commit is contained in:
Chris Beck 2014-06-09 11:39:21 -04:00
parent 26398fed08
commit 02d8d0a07d

View File

@ -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); \