summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak2011-08-02 13:29:29 +0200
committerKarel Zak2011-08-02 13:29:29 +0200
commitc9f51c712f952d661b264b4c5ac175a9ac08f60e (patch)
treea3f23727036fbd76c70e676b5ce6ed948bb2ad8a /TODO
parentlibblkid: [superblocks] fix compiler warnings [-Wunused-parameter -Wsign-comp... (diff)
downloadkernel-qcow2-util-linux-c9f51c712f952d661b264b4c5ac175a9ac08f60e.tar.gz
kernel-qcow2-util-linux-c9f51c712f952d661b264b4c5ac175a9ac08f60e.tar.xz
kernel-qcow2-util-linux-c9f51c712f952d661b264b4c5ac175a9ac08f60e.zip
libblkid: fix compiler warnings [-Wunused-parameter -Wsign-compare]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 0dc74885c..37a3a273e 100644
--- a/TODO
+++ b/TODO
@@ -143,6 +143,9 @@ libblkid
- remove strerrr() from debug messages (use %m) to make BLKID_DEBUG= output
thread-safe
+ - (!) don't use internally blkid_loff_t, rather use off_t, size_t, ssize_t,
+ stdint.h types and so on...
+
- add -<BE|LE> suffix to test images for native-endian filesystems (e.g. swap)
and add support for such functionality to tests/ts/blkid/low-probe