Skip to content

Commit d324738

Browse files
committed
examples build: Disable deprecated API.
1 parent 4d69aeb commit d324738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## along with this library. If not, see <http://www.gnu.org/licenses/>.
1717

1818
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
19-
AM_CXXFLAGS = $(SIGC_WXXFLAGS)
19+
AM_CXXFLAGS = $(SIGC_WXXFLAGS) -DSIGCXX_DISABLE_DEPRECATED
2020
LDADD = $(top_builddir)/sigc++/libsigc-$(SIGCXX_API_VERSION).la
2121

2222
noinst_PROGRAMS = hello_world member_method

0 commit comments

Comments
 (0)