Advertisement
CrashOveride

another ido error

Feb 22nd, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. /home/crashoveride/qemu-irix -silent -L tools/ido5.3_compiler tools/ido5.3_compiler/usr/bin/cc -c -Wab,-r4300_mul -non_shared -G 0 -Xcpluscomm -Xfullwarn -signed -g -nostdinc -I include/libc -DTARGET_N64 -I include -I build/us -I build/us/include -I src -I . -DVERSION_US -DNON_MATCHING -DAVOID_UB -mips2 -32 -DF3D_OLD -o build/us/src/game/sound_init.o src/game/sound_init.c
  2. cfe: Error: src/game/sound_init.c, line 262: redeclaration of 'play_menu_sounds_extra'; previous declaration at line 74 in file 'src/game/sound_init.c'
  3. void play_menu_sounds_extra(s32 a, void *b) {
  4. -----^
  5. cfe: Error: src/game/sound_init.c, line 262: Incompatible type for the function parameter
  6. void play_menu_sounds_extra(s32 a, void *b) {
  7. --------------------------------^
  8. Makefile:487: recipe for target 'build/us/src/game/sound_init.o' failed
  9. make: *** [build/us/src/game/sound_init.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement