diff options
author | Sven Gothel <[email protected]> | 2014-01-09 18:56:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-09 18:56:47 +0100 |
commit | c828726693038011cce502eb95120ce3a7573732 (patch) | |
tree | 29ac8f5a5d98977fce560c2f3f67b5fdfd16dc6b /src/newt | |
parent | 667eca532d3749b0f08e694f36624ff7f621a9c8 (diff) |
NEWT bcm_vc_iv.c: Disable VERBOSE_ON
Diffstat (limited to 'src/newt')
-rw-r--r-- | src/newt/native/bcm_vc_iv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newt/native/bcm_vc_iv.c b/src/newt/native/bcm_vc_iv.c index 50f0c140a..ea225772f 100644 --- a/src/newt/native/bcm_vc_iv.c +++ b/src/newt/native/bcm_vc_iv.c @@ -36,10 +36,10 @@ #include "jogamp_newt_driver_bcm_vc_iv_ScreenDriver.h" #include "jogamp_newt_driver_bcm_vc_iv_WindowDriver.h" -#define VERBOSE_ON 1 +// #define VERBOSE_ON 1 #ifdef VERBOSE_ON - #define DBG_PRINT(...) fprintf(stderr, __VA_ARGS__); fflush(stderr) + #define DBG_PRINT(...) fprintf(stderr, __VA_ARGS__); fflush(stderr) #else #define DBG_PRINT(...) #endif |