Skip to content

Commit 0ba734f

Browse files
committed
enabled -Werror=null-dereference
1 parent a47c9f5 commit 0ba734f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/Jamfile.v2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Boost.MultiIndex tests Jamfile
22
#
3-
# Copyright 2003-2025 Joaquín M López Muñoz.
3+
# Copyright 2003-2026 Joaquín M López Muñoz.
44
# Distributed under the Boost Software License, Version 1.0.
55
# (See accompanying file LICENSE_1_0.txt or copy at
66
# http://www.boost.org/LICENSE_1_0.txt)
@@ -37,6 +37,7 @@ project
3737
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS
3838
<toolset>msvc:<define>_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS
3939
<toolset>msvc:<cxxflags>/wd4494
40+
<toolset>msvc:<cxxflags>-Werror=null-dereference
4041
;
4142

4243
obj boost_multi_index_key_supported : check_bmi_key_supported.cpp ;

0 commit comments

Comments
 (0)