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

Fix -Wundef error in SystemLayerImplSelect.h #30402

Merged
merged 1 commit into from
Nov 10, 2023

Commits on Nov 9, 2023

  1. Fix -Wundef error in SystemLayerImplSelect.h

    src/system/SystemLayerImplSelect.h:29:5: error: 'CHIP_SYSTEM_CONFIG_USE_POSIX_SOCKETS' is not defined, evaluates to 0 [-Werror,-Wundef]
    
    Include the header that defines this macro.
    mspang committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2a9f366 View commit details
    Browse the repository at this point in the history