Created
August 20, 2014 23:00
-
-
Save jordanmessina/93b4c72270ca0101fb00 to your computer and use it in GitHub Desktop.
NM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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