Skip to content

Commit

Permalink
Removing NO_AUTO_PTR as its a cause of warning generation and not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
rolesen committed Nov 23, 2020
1 parent d445cdd commit 2d1703c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def build(bld):

bld.env['DEFINES_BOOST_SHARED'] = \
['BOOST_ALL_NO_LIB=1', 'BOOST_DETAIL_NO_CONTAINER_FWD',
'BOOST_SYSTEM_NO_DEPRECATED', 'BOOST_NO_AUTO_PTR']
'BOOST_SYSTEM_NO_DEPRECATED']

include_dirs = ['.']

Expand Down

0 comments on commit 2d1703c

Please sign in to comment.