소스 검색

update:关闭zbar的调试信息

alienwalker 4 년 전
부모
커밋
104c2c0a5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Third_Party/ZBAR/include/debug.h

+ 1 - 1
Third_Party/ZBAR/include/debug.h

@@ -22,7 +22,7 @@
  *------------------------------------------------------------------------*/
 
 /* varargs variations on compile time debug spew */
-#if 1
+#if 0
 
 #define dprintf(...)
 #define zassert(condition, retval, format, ...) //assert(condition)