author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 5 Mar 2017 16:42:28 +0000 (17:42 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 5 Mar 2017 16:42:28 +0000 (17:42 +0100) | ||
commit | 71d2e21ff496bc9ce2d0e6a59853442f71a57c9c | |
tree | 84e0d64c5deed5c04c10126e2e0bc1034f945def | tree | snapshot |
parent | 9717b1a55d60d992c16e66e2ae5bdfb42f80aca8 | commit | diff |
ovs_stats plugin: fix build warning
src/ovs_stats.c:158:8: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
static const iface_counter ovs_stats_counter_name_to_type(const char *counter) {
^~~~~~
src/ovs_stats.c:158:8: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
static const iface_counter ovs_stats_counter_name_to_type(const char *counter) {
^~~~~~
src/ovs_stats.c | diff | blob | history |