diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2011-03-27 13:49:26 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2011-03-27 13:49:26 (GMT) |
commit | 039b291ac0508c881d63303c4b22eebbd55e7e3d (patch) | |
tree | b1e29600f8e82b719111b28a3357063012a8d69a /src/jpeg.mk | |
parent | 80ea9c0737c306adc432e97c8784bf55910c0d4a (diff) | |
download | mxe-039b291ac0508c881d63303c4b22eebbd55e7e3d.zip mxe-039b291ac0508c881d63303c4b22eebbd55e7e3d.tar.gz mxe-039b291ac0508c881d63303c4b22eebbd55e7e3d.tar.bz2 |
fix compiler errors instead of suppressing them
Diffstat (limited to 'src/jpeg.mk')
-rw-r--r-- | src/jpeg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jpeg.mk b/src/jpeg.mk index a54657f..edfeb20 100644 --- a/src/jpeg.mk +++ b/src/jpeg.mk @@ -26,7 +26,7 @@ define $(PKG)_BUILD $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= man_MANS= '$(TARGET)-gcc' \ - -W -Wall -Werror -ansi -pedantic -Werror -Wno-unused-but-set-variable \ + -W -Wall -Werror -ansi -pedantic -Werror \ '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-jpeg.exe' \ -ljpeg endef |