Sfoglia il codice sorgente

Handle default input event enum case.

Aaron Mavrinac 3 anni fa
parent
commit
dfbb4d778b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;
           }
         }
       }