Skip to content

Commit

Permalink
Add ccwarn::src/ops/core_ops.c SUFFIX OVERRIDE for using (void)Parrot…
Browse files Browse the repository at this point in the history
…_io_write_b

Added with 2958219
  • Loading branch information
Reini Urban committed Sep 18, 2012
1 parent 6afb068 commit a95f757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/gen/makefiles/root.in
Expand Up @@ -2022,6 +2022,7 @@ src/gc/malloc_trace$(O) : src/gc/malloc.c src/gc/malloc_trace.c

src/packfile/pf_items$(O) : $(PARROT_H_HEADERS) src/packfile/pf_items.c

## SUFFIX OVERRIDE - add -Wno-unused-result for number of write_b
# core_ops depends upon config.h so that it gets updated along with
# updates to config.h's version numbers
src/ops/core_ops$(O) : src/ops/core_ops.c \
Expand All @@ -2038,6 +2039,7 @@ src/ops/core_ops$(O) : src/ops/core_ops.c \
$(INC_DIR)/events.h \
$(INC_DIR)/scheduler_private.h \
src/io/io_private.h
$(CC) $(CFLAGS) @optimize::src/ops/core_ops.c@ @ccwarn::src/ops/core_ops.c@ @cc_shared@ -I$(@D) @cc_o_out@$@ -c src/ops/core_ops.c


@TEMP_pmc_build@
Expand Down

0 comments on commit a95f757

Please sign in to comment.