• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版593e8ebd6d594bb1eee6213ba971ce613b4d0543 (tree)
时间2019-04-05 17:55:11
作者Starg <starg@user...>
CommiterStarg

Log Message

Fix for GCC error 'a label can only be part of a statement and a declaration is not a statement'

更改概述

差异

--- a/interface/w32g_pref.c
+++ b/interface/w32g_pref.c
@@ -8640,6 +8640,7 @@ int asioConfigDialog(int deviceID)
86408640 return 0;
86418641
86428642 error1:
8643+ ;
86438644 // free_portaudio_dll();
86448645 TCHAR *t = char_to_tchar(Pa_GetErrorText(err));
86458646 MessageBox(NULL, t, _T("Port Audio (asio) error"), MB_OK | MB_ICONEXCLAMATION);