We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d69aeb commit d324738Copy full SHA for d324738
examples/Makefile.am
@@ -16,7 +16,7 @@
16
## along with this library. If not, see <http://www.gnu.org/licenses/>.
17
18
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
19
-AM_CXXFLAGS = $(SIGC_WXXFLAGS)
+AM_CXXFLAGS = $(SIGC_WXXFLAGS) -DSIGCXX_DISABLE_DEPRECATED
20
LDADD = $(top_builddir)/sigc++/libsigc-$(SIGCXX_API_VERSION).la
21
22
noinst_PROGRAMS = hello_world member_method
0 commit comments