diff options
author | Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com> | 2017-07-24 04:23:58 +0530 |
---|---|---|
committer | Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com> | 2017-07-24 04:25:57 +0530 |
commit | 3bd0ffd52aff6fc44f55445f22de46f1cd7d5cbd (patch) | |
tree | 1021004d0a48a116e772cd20534f951324c23591 /common/VIL/pipeline_common/pipeline_common_fe.h | |
parent | e0fe1551eea78f6504f5ed4bb36d9dd22a43fffc (diff) |
[common] fixing compiler warnings
patch fixes some compiler warnings
Change-Id: If1f96b23243d556c69ebd390a4fd3313bc50bb57
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
Diffstat (limited to 'common/VIL/pipeline_common/pipeline_common_fe.h')
-rw-r--r-- | common/VIL/pipeline_common/pipeline_common_fe.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/VIL/pipeline_common/pipeline_common_fe.h b/common/VIL/pipeline_common/pipeline_common_fe.h index fd53cc1d..9efa999b 100644 --- a/common/VIL/pipeline_common/pipeline_common_fe.h +++ b/common/VIL/pipeline_common/pipeline_common_fe.h @@ -228,4 +228,10 @@ int app_link_config_ipv6(struct app_params *app, uint32_t link_id, uint8_t ipv6[], uint32_t depth); +int app_routeadd_config_ipv4( __attribute__((unused)) struct app_params *app, + uint32_t port_id, uint32_t ip, uint32_t mask); + +int app_routeadd_config_ipv6( __attribute__((unused)) struct app_params *app, + uint32_t port_id, uint8_t ipv6[], uint32_t depth); + #endif |