소스 검색

build opt 4

David Rose 18 년 전
부모
커밋
f58416a234
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      panda/src/audio/config_audio.h

+ 1 - 1
panda/src/audio/config_audio.h

@@ -74,7 +74,7 @@ extern EXPCL_PANDA_AUDIO ConfigVariableInt audio_output_channels;
   } else {}
 #else //][
   // Release build:
-  #define audio_debug(msg) ((void)0)
+  #define audio_debug(msg) ((void)0);
 #endif //]
 
 #define audio_info(msg) \