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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user