summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Kelman <tony@kelman.net>2016-07-16 03:16:03 -0700
committerSteven G. Johnson <stevenj@mit.edu>2016-07-16 11:16:03 +0100
commit47cbf7d96dd0aab984746460707f83d92438c05a (patch)
tree83f9dbea7ce97e036de514da63b42dd10c08548b /Makefile
parenta1fe9955bbc75ffb923c1219bf58befd2688e34c (diff)
downloadlibutf8proc-47cbf7d96dd0aab984746460707f83d92438c05a.tar.gz
libutf8proc-47cbf7d96dd0aab984746460707f83d92438c05a.tar.bz2
Move -Wmissing-prototypes from Makefile to .travis.yml (#79)
since MSVC doesn't understand this flag, and the current mechanism for building Julia with MSVC goes through the makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1179748..cf4970d 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ FIND=find
CFLAGS ?= -O2
PICFLAG = -fPIC
C99FLAG = -std=c99
-WCFLAGS = -Wall -Wmissing-prototypes -pedantic
+WCFLAGS = -Wall -pedantic
UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS
# shared-library version MAJOR.MINOR.PATCH ... this may be *different*