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

fs_automount:fix ci break #14752

Merged
merged 1 commit into from
Nov 13, 2024

Commits on Nov 13, 2024

  1. fs_automount:fix ci break

    ====================================================================================
    Configuration/Tool: spresense/example_camera,CONFIG_ARM_TOOLCHAIN_GNU_EABI
    2024-11-12 12:24:37
    ------------------------------------------------------------------------------------
      Cleaning...
      Configuring...
      Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
      Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
      Building NuttX...
    mount/fs_automount.c: In function 'automount_initialize':
    Error: mount/fs_automount.c:816:7: error: 'return' with no value, in function returning non-void [-Werror=return-type]
      816 |       return;
          |       ^~~~~~
    In file included from mount/fs_automount.c:43:
    /github/workspace/sources/nuttx/include/nuttx/fs/automount.h:176:11: note: declared here
      176 | FAR void *automount_initialize(FAR const struct automount_lower_s *lower);
          |           ^~~~~~~~~~~~~~~~~~~~
    cc1: all warnings being treated as errors
    
    Signed-off-by: chenrun1 <[email protected]>
    crafcat7 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b8dc53b View commit details
    Browse the repository at this point in the history