Date:2010-12-12 18:30:05 (13 years 3 months ago)
Author:Peter Zotov
Commit:cfab51e6781325d1c8fe700c62439b8e0b2857ba
Message:Removed unneeded -Wunused-result flag.

Files: src/Makefile (1 diff)

Change Details

src/Makefile
99CC = gcc
1010TARGET = ../jzboot
1111SOURCES = debug.c devmgr.c ingenic.c main.c shell_lex.c usbdev.c shell.c shell_builtins.c config.c spl_cmdset.c usbboot_cmdset.c
12CFLAGS = --std=gnu99 -Wall -Werror -I../include -O2 $(shell pkg-config libusb-1.0 --cflags) -Wunused-result
12CFLAGS = --std=gnu99 -Wall -Werror -I../include -O2 $(shell pkg-config libusb-1.0 --cflags)
1313LIBS += $(shell pkg-config libusb-1.0 --libs)
1414
1515OBJECTS = ${SOURCES:.c=.o}

Archive Download the corresponding diff file



interactive