diff options
Diffstat (limited to '')
-rw-r--r-- | libblkid/lib/ismounted.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libblkid/lib/ismounted.c b/libblkid/lib/ismounted.c index 8099bd7d5..00b575c5e 100644 --- a/libblkid/lib/ismounted.c +++ b/libblkid/lib/ismounted.c @@ -327,7 +327,7 @@ int check_mount_point(const char *device, int *mount_flags, retval = check_getmntinfo(device, mount_flags, mtpt, mtlen); #else #ifdef __GNUC__ - #warning "Can't use getmntent or getmntinfo to check for mounted filesystems!" + //#warning "Can't use getmntent or getmntinfo to check for mounted filesystems!" #endif *mount_flags = 0; #endif /* HAVE_GETMNTINFO */ |