瀏覽代碼

Handle default input event enum case.

Aaron Mavrinac 3 年之前
父節點
當前提交
dfbb4d778b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      bpm.c

+ 2 - 0
bpm.c

@@ -237,6 +237,8 @@ int32_t bpm_tapper_app(void* p) {
                 // Exit the plugin
                 processing = false;
                 break;
+            default:
+                break;
           }
         }
       }