X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5b20be02e28bb67097fc6701f7596a352b39f902..refs/heads/master:/firmware/usbdrv/oddebug.c?ds=sidebyside diff --git a/firmware/usbdrv/oddebug.c b/firmware/usbdrv/oddebug.c index edd44ee9f..19bf142b7 100644 --- a/firmware/usbdrv/oddebug.c +++ b/firmware/usbdrv/oddebug.c @@ -4,18 +4,14 @@ * 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), GNU GPL v3 or proprietary (CommercialLicense.txt) */ #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) {