Skip to content

Commit

Permalink
provide cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Jul 19, 2023
1 parent 4703cca commit 0634c1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cleanup
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
rm -f src/Makevars configure.log autobrew
1 change: 1 addition & 0 deletions src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LIBMSOC = cryptography/msoc/msocdll.o

STATLIB = cryptography/libmsoc.a

# PKG_CXXFLAGS= -Wall -pedantic
all: clean

all: $(SHLIB)
Expand Down
4 changes: 2 additions & 2 deletions src/cryptography/cybozu/crypto.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#endif

#ifdef __APPLE__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
// #pragma GCC diagnostic push
// #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
#if 0 //#ifdef __APPLE__
#define COMMON_DIGEST_FOR_OPENSSL
Expand Down

0 comments on commit 0634c1e

Please sign in to comment.