From bbeebd5a1576d821a53443d4588239631c4cf06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Fri, 17 Apr 2015 09:06:22 +0200 Subject: [PATCH] Rephrased the warning for trimming not supported (cosmetic) The initial text looked like an error message --- libntfs-3g/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs-3g/ioctl.c b/libntfs-3g/ioctl.c index eb7c8e7b..3bd0c0cd 100644 --- a/libntfs-3g/ioctl.c +++ b/libntfs-3g/ioctl.c @@ -368,7 +368,7 @@ int ntfs_ioctl(ntfs_inode *ni, int cmd, void *arg __attribute__((unused)), ret = fstrim(ni->vol, data); break; #else -#warning FITRIM or BLKDISCARD not defined +#warning Trimming not supported : FITRIM or BLKDISCARD not defined #endif default : ret = -EINVAL;