Case statement error

I change the conflicting variables, the remaining two warnings top/bottom and the one error (middle) are all that remain.

C:/Users/Administrator.MYTDS/Documents/PlatformIO/Projects/bg1248/src/BG1248.ino:167:12: warning: enumeration value 'startup_dev' not handled in switch [-Wswitch]
C:/Users/Administrator.MYTDS/Documents/PlatformIO/Projects/bg1248/src/BG1248.ino: In function 'int main()':
C:/Users/Administrator.MYTDS/Documents/PlatformIO/Projects/bg1248/src/BG1248.ino:242:22: error: invalid conversion from 'int' to 'soundEffects' [-fpermissive]
         playWav(i, 50);
                      ^
C:/Users/Administrator.MYTDS/Documents/PlatformIO/Projects/bg1248/src/BG1248.ino:162:6: note:   initializing argument 1 of 'void playWav(soundEffects, int)'
 void playWav (enum soundEffects effect, int volume)
      ^