Skip to content

Commit

Permalink
Merge pull request #330 from fjtrujy/warningsGCC12
Browse files Browse the repository at this point in the history
Disable IOP GCC 12 errors
  • Loading branch information
uyjulian authored Aug 18, 2022
2 parents da00e09 + 3922330 commit 3a3715b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iop/dev9/poweroff/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

IOP_OBJS = poweroff.o imports.o exports.o

IOP_CFLAGS = -Wno-error=array-bounds

include $(PS2SDKSRC)/Defs.make
include $(PS2SDKSRC)/iop/Rules.bin.make
include $(PS2SDKSRC)/iop/Rules.make
Expand Down

0 comments on commit 3a3715b

Please sign in to comment.