Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. agbcc: warnings being treated as errors
  2. src/battle_ai_switch_items.c: In function `FindMonThatAbsorbsOpponentsMove':
  3. src/battle_ai_switch_items.c:147: warning: implicit declaration of function `HasSuperEffectiveMoveAgainstOpponents'
  4. src/battle_ai_switch_items.c: At top level:
  5. src/battle_ai_switch_items.c:265: warning: `HasSuperEffectiveMoveAgainstOpponents' was declared implicitly `extern' and later `static'
  6. src/battle_ai_switch_items.c:147: warning: previous declaration of `HasSuperEffectiveMoveAgainstOpponents'
  7. src/battle_ai_switch_items.c:265: warning: type mismatch with previous implicit declaration
  8. src/battle_ai_switch_items.c:147: warning: previous implicit declaration of `HasSuperEffectiveMoveAgainstOpponents'
  9. src/battle_ai_switch_items.c:265: warning: `HasSuperEffectiveMoveAgainstOpponents' was previously implicitly declared to return `int'
  10. src/battle_ai_script_commands.c: In function `ChooseMoveOrAction_Singles':
  11. src/battle_ai_script_commands.c:482: `AIState_SettingUp' undeclared (first use in this function)
  12. src/battle_ai_script_commands.c:482: (Each undeclared identifier is reported only once
  13. src/battle_ai_script_commands.c:482: for each function it appears in.)
  14. src/battle_ai_script_commands.c: In function `ChooseMoveOrAction_Doubles':
  15. src/battle_ai_script_commands.c:602: `AIState_SettingUp' undeclared (first use in this function)
  16. src/battle_ai_script_commands.c: In function `BattleAI_DoAIProcessing':
  17. src/battle_ai_script_commands.c:679: `AIState_FinishedProcessing' undeclared (first use in this function)
  18. src/battle_ai_script_commands.c:683: `AIState_DoNotProcess' undeclared (first use in this function)
  19. src/battle_ai_script_commands.c:685: `AIState_SettingUp' undeclared (first use in this function)
  20. src/battle_ai_script_commands.c:697: `AIState_Processing' undeclared (first use in this function)
  21. agbcc: warnings being treated as errors
  22. src/battle_ai_script_commands.c:684: warning: unreachable code at beginning of switch statement
  23. make: *** [Makefile:253: build/emerald/src/battle_ai_switch_items.o] Error 1
  24. make: *** Waiting for unfinished jobs....
  25. make: *** [Makefile:253: build/emerald/src/battle_ai_script_commands.o] Error 1
  26. arm-none-eabi-as -mcpu=arm7tdmi --defsym MODERN=0 -o build/emerald/src/battle_anim_effects_1.o build/emerald/src/battle_anim_effects_1.s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement