util-linux/libsmartcols
Ruediger Meier 58c87bd045 misc: fix icc/clang compiler warnings
clang warning:
libmount/src/tab.c:1833:6: warning: variable 'rc' is used uninitialized whenever
      'if' condition is true [-Wsometimes-uninitialized]
        if (!mpc)
            ^~~~

icc printf warnings:
    libmount/src/monitor.c(348): warning #2279: printf/scanf format not a string literal and no format arguments
            DBG(MONITOR, ul_debugobj(mn, status == 1 ? " success" : " nothing"));
            ^
    login-utils/vipw.c(348): warning #2279: printf/scanf format not a string literal and no format arguments
                           : _("You are using shadow passwords on this system.\n"));
                                                                                  ^

icc enum warnings:
    disk-utils/fdisk-menu.c(150): warning #188: enumerated type mixed with another type
            .exclude = FDISK_DISKLABEL_GPT | FDISK_DISKLABEL_BSD,
                       ^
    libsmartcols/src/table_print.c(750): warning #188: enumerated type mixed with another type
                            &width, align,
                                    ^

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
2016-03-13 21:47:27 +01:00
..
docs libsmartcols: implement scols_table_print_range_to_string 2016-02-21 21:13:50 +01:00
samples build-sys: add and use openat build conditionals 2016-03-07 15:37:25 +01:00
src misc: fix icc/clang compiler warnings 2016-03-13 21:47:27 +01:00
COPYING libsmartcols: add missing COPYING file 2014-04-04 13:53:50 +02:00
Makemodule.am libsmartcols: add samples directory 2016-01-25 13:17:43 +01:00
smartcols.pc.in libsmartcols: add basic files 2014-04-03 12:29:15 +02:00