NetworkManager/src/settings
Beniamino Galvani 688183c96c ifnet/tests: fix GCC 5 warning about possible misuse of logical not
With GCC 5, -Wlogical-not-parentheses is enabled by -Wall and warns
about suspicious code like:

  int a;
  ...
  if (!a > 1) { ... }

Fix the following warning:

test_all.c: In function ‘test_is_static’:
test_all.c:114:32: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
  ASSERT (!is_static_ip6 ("eth0") == TRUE, "is static",
                                  ^

(cherry picked from commit fe765d30da)
2015-06-10 22:09:49 +02:00
..
plugins ifnet/tests: fix GCC 5 warning about possible misuse of logical not 2015-06-10 22:09:49 +02:00
nm-agent-manager.c agent-manager: memleak: unref the last agent for a request too 2015-02-18 18:16:31 +01:00
nm-agent-manager.h libnm-core, settings: move NMAgentManagerError to nm-errors 2014-10-22 08:29:09 -04:00
nm-inotify-helper.c core/trivial: rename singleton variables according to default name 2015-03-13 11:50:50 +01:00
nm-inotify-helper.h settings: add note about killing inotify helper (bgo #532815) 2013-01-11 13:02:12 -06:00
nm-secret-agent.c agent-manager: don't ever fail the secrets requests from GetSecrets() 2014-12-11 11:15:53 +01:00
nm-secret-agent.h all: remove a bunch of unnecessary dbus/dbus-glib includes 2014-09-03 10:45:24 -04:00
nm-settings-connection.c settings/dbus: harden connection removal and object unexport 2015-05-05 16:37:06 +02:00
nm-settings-connection.h settings: log connection diffs in replace_settings only where appropriate 2015-03-11 17:07:55 +01:00
nm-settings.c core/logging: adjust log line about loading setting plugins 2015-05-13 18:44:02 +02:00
nm-settings.h nm-settings: add nm_settings_has_connection() 2015-05-05 16:37:06 +02:00
nm-system-config-interface.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-system-config-interface.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00