2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Remove some warnings on NT/Windows.

This commit is contained in:
Rene Rivera
2020-02-26 14:36:54 -06:00
parent 66869d10e5
commit 520ebfd0bf
6 changed files with 28 additions and 28 deletions

View File

@@ -130,7 +130,7 @@ static int canonicWindowsPath( char const * const path, int const path_length,
/* Special case '\' && 'D:\' - include trailing '\'. */
if ( p == path ||
p == path + 2 && path[ 1 ] == ':' )
(p == path + 2 && path[ 1 ] == ':') )
++p;
missing_parent = 0;