Skip to content

Instantly share code, notes, and snippets.

@jordanmessina
Created August 20, 2014 23:00
Show Gist options
  • Save jordanmessina/93b4c72270ca0101fb00 to your computer and use it in GitHub Desktop.
Save jordanmessina/93b4c72270ca0101fb00 to your computer and use it in GitHub Desktop.
NM
platform/nm-linux-platform.c: In function '_nm_platform_link_get':
platform/nm-linux-platform.c:2141:75: error: declaration of 'link' shadows a global declaration [-Werror=shadow]
platform/nm-linux-platform.c: In function 'link_add':
platform/nm-linux-platform.c:2174:20: error: declaration of 'link' shadows a global declaration [-Werror=shadow]
platform/nm-linux-platform.c: At top level:
platform/nm-linux-platform.c:2970:49: error: invalid application of 'sizeof' to incomplete type 'struct ifla_vxlan_port_range'
platform/nm-linux-platform.c: In function 'vxlan_info_data_parser':
platform/nm-linux-platform.c:3011:29: error: dereferencing pointer to incomplete type
platform/nm-linux-platform.c:3012:29: error: dereferencing pointer to incomplete type
cc1: all warnings being treated as errors
make[4]: *** [nm-linux-platform.lo] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment