]> git.mxchange.org Git - flightgear.git/commitdiff
Get rid of annoying printf messages in itm.cpp
authoradrian <adrian@localhost.com>
Sat, 3 Dec 2011 18:08:50 +0000 (20:08 +0200)
committeradrian <adrian@localhost.com>
Sat, 3 Dec 2011 18:08:50 +0000 (20:08 +0200)
src/Radio/itm.cpp

index 79360a201db33a35ffc085fb52f21ce3be41d749..5fe6abc8e4331ca4d64cb3c0118c9aa8e3b4ac74 100644 (file)
@@ -132,8 +132,8 @@ double FORTRAN_DIM(const double &x, const double &y)
                return 0.0;
 }
 
-#define set_warn(txt, err) printf("%s:%d %s\n", __func__, __LINE__, txt);
-
+//#define set_warn(txt, err) printf("%s:%d %s\n", __func__, __LINE__, txt);
+#define set_warn(txt, err) 1;
 
 // :13: single-knife attenuation, page 6
 /*