Skip to content

Commit 8552d0e

Browse files
authored
Add compiler flag to silence false deprecation warnings (#116)
* Add compiler flag to silence false deprecation warnings * Move define flag
1 parent 90f3e5e commit 8552d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PKG_CPPFLAGS = -I./lib @cflags@
1+
PKG_CPPFLAGS = -I./lib @cflags@ -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
22
PKG_LIBS += @libs@
33

44
#### Debugging flags ####

0 commit comments

Comments
 (0)