USBasp 2007.07.23.
[pub/USBasp.git] / firmware / usbdrv / oddebug.c
index edd44ee..bd528e2 100644 (file)
@@ -4,18 +4,15 @@
  * Creation Date: 2005-01-16
  * Tabsize: 4
  * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH
- * License: Proprietary, free under certain conditions. See Documentation.
- * This Revision: $Id: oddebug.c 215 2006-07-10 21:54:51Z cs $
+ * License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt)
+ * This Revision: $Id: oddebug.c 275 2007-03-20 09:58:28Z cs $
  */
 
 #include "oddebug.h"
 
 #if DEBUG_LEVEL > 0
 
-static uchar Warning__Never_compile_production_devices_with_debugging;
-/* The "#warning" preprocessor directive is non-standard. The unused static
- * variable above should give a compiler warning on all compilers.
- */
+#warning "Never compile production devices with debugging enabled"
 
 static void uartPutc(char c)
 {