Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/nettest_omni.c: fix compilation with GCC10 #48

Closed
wants to merge 1 commit into from
Closed

src/nettest_omni.c: fix compilation with GCC10 #48

wants to merge 1 commit into from

Commits on Sep 5, 2020

  1. src/nettest_omni.c: fix compilation with GCC10

    GCC10 defaults to -fno-common, which breaks compilation when there are
    multiple definitions of implicit "extern" variables. Remove the extra
    definitions.
    
    Fix #42
    
    Signed-off-by: Tony Ambardar <[email protected]>
    [Retrieved from:
    https://github.com/openwrt/packages/blob/master/net/netperf/patches/010-gcc10_multiple_definition_fix.patch]
    Signed-off-by: Fabrice Fontaine <[email protected]>
    ffontaine committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    b2fd0f3 View commit details
    Browse the repository at this point in the history