Skip to content

Commit

Permalink
Disable array-bounds error
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Aug 18, 2022
1 parent da00e09 commit 3922330
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 3922330

Please sign in to comment.