summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorGuillaume Nault <g.nault@alphalink.fr>2016-08-03 12:52:34 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-08-08 11:32:30 +0200
commitfbe0f33b45abd585eb9f52cb56d751a750667dc6 (patch)
tree33261f91c0975effbf910e73588fa80eb937fb3f /m4
parentc0f4276b3761ee1cb638e877e090728dbc74b4fa (diff)
callback: mark cb_ctl_array 'const' in mnl_cb_run2()
Users of mnl_cb_run2() would typically pass a 'static const' array as cb_ctl_array parameter. Unfortunately this triggers a compiler warning because the prototype doesn't declare cb_ctl_array with the 'const' qualifier. Since mnl_cb_run2() and __mnl_cb_run() don't modify cb_ctl_array (and don't have any reason to do so in the future), we can mark this parameter as 'const'. There should be no impact on existing users beyond removing the compiler warning when using a constant array. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions