Skip to content

Commit 8cad385

Browse files
committed
[RFC] src/make: suppress deprecation warnings
We knowingly expose deprecated API. RFC: Or should we just drop the deprecated API?
1 parent b4086ab commit 8cad385

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)