Ver Fonte

Handle default input event enum case.

Aaron Mavrinac há 3 anos atrás
pai
commit
dfbb4d778b
1 ficheiros alterados com 2 adições e 0 exclusões
  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;
           }
         }
       }