NetworkManager/src/systemd
Thomas Haller e101167e55 systemd: fix compiler warning about uninitialized variable
make[4]: Entering directory './NetworkManager/src'
    CC       libsystemd_nm_la-util.lo
  systemd/src/basic/util.c: In function 'cunescape_length_with_prefix':
  systemd/src/basic/util.c:1271:30: error: 'u' may be used uninitialized in this function [-Werror=maybe-uninitialized]
                           t += utf8_encode_unichar(t, u);
                                ^
  systemd/src/basic/util.c:1230:26: note: 'u' was declared here
                   uint32_t u;
                            ^
2015-07-09 16:12:31 +02:00
..
src systemd: fix compiler warning about uninitialized variable 2015-07-09 16:12:31 +02:00
nm-sd-adapt.c systemd: merge branch 'systemd' 2015-05-11 09:19:02 +02:00
nm-sd-adapt.h systemd: merge branch 'systemd' 2015-07-08 17:39:46 +02:00