Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
Fixed warning in iOS OpenSSL build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dániel Bakai committed Aug 21, 2017
1 parent 69e568f commit 302d876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,10 @@ $(OUTDIR)/%.o: %.c $(HEADERS)
mkdir -p $(@D)
$(CC) $(CFLAGS) -c $< -o $@

$(OUTDIR)/openssl/crypto/asn1/x_int64.o: openssl/crypto/asn1/x_int64.c $(HEADERS)
mkdir -p $(@D)
$(CC) $(CFLAGS) -Wno-format -c $< -o $@

$(OUTDIR)/%.o: %.cpp $(HEADERS)
mkdir -p $(@D)
$(CXX) $(CXXFLAGS) -c $< -o $@
Expand Down

0 comments on commit 302d876

Please sign in to comment.