commit | 7085130bab2f9c5b8d61bff73b01dc8195d0f974 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <daniele.di.proietto@gmail.com> | Thu Jan 23 10:56:49 2014 -0800 |
committer | Jesse Gross <jesse@nicira.com> | Fri May 16 13:40:28 2014 -0700 |
tree | 47fbd0a48f316d8ad632bf7a69ed8b9a43bfbcf1 | |
parent | a188a54d11629bef2169052297e61f3767ca8ce5 [diff] |
openvswitch: use const in some local vars and casts In few functions, const formal parameters are assigned or cast to non-const. These changes suppress warnings if compiled with -Wcast-qual. Signed-off-by: Daniele Di Proietto <daniele.di.proietto@gmail.com> Signed-off-by: Jesse Gross <jesse@nicira.com>