We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016cafb commit 2013d90Copy full SHA for 2013d90
1 file changed
src/operations.cpp
@@ -1122,7 +1122,7 @@ uintmax_t remove_all_impl
1122
#if defined(BOOST_FILESYSTEM_HAS_FDOPENDIR_NOFOLLOW) && defined(BOOST_FILESYSTEM_HAS_POSIX_AT_APIS)
1123
fs::path filename;
1124
const fs::path* remove_path = &p;
1125
- if (parentdir_fd != AT_FDCWD)
+ if (parentdir_fd != static_cast< int >(AT_FDCWD))
1126
{
1127
filename = path_algorithms::filename_v4(p);
1128
remove_path = &filename;
0 commit comments