Skip to content

Commit cb860de

Browse files
committed
src/make: suppress deprecation warnings
We knowingly expose deprecated API.
1 parent 7c972de commit cb860de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AM_CXXFLAGS = -Wall
1+
AM_CXXFLAGS = -Wall -Wno-deprecated
22

33
# Fix for Emscripten 2 build llvm bitcode instead of js
44
AM_LDFLAGS = -r

0 commit comments

Comments
 (0)