Skip to content

Commit d67f8e7

Browse files
committed
Escape ':'
1 parent af5558d commit d67f8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ project boost/units/test :
1818
requirements
1919
<implicit-dependency>/boost//headers
2020
<toolset>msvc:<asynch-exceptions>on
21-
$(warning-compilers):$(warning-options)
21+
$(warning-compilers)\:$(warning-options)
2222
# This warning comes from the test library.
2323
<toolset>msvc:<cxxflags>"/wd4701"
2424
# The comes from the exception library

0 commit comments

Comments
 (0)