Explorar el Código

Handle default input event enum case.

Aaron Mavrinac hace 3 años
padre
commit
dfbb4d778b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
           }
         }
       }