• src/sftp/sftp.h

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Apr 25 15:36:08 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/86f39bc0a47bbcefff3e65f3
    Modified Files:
    src/sftp/sftp.h
    Log Message:
    sftp: brace SFTP*_OUTCOME_DECL union initializer

    The {0} initializer for the union containing struct sftp[cs]_outcome
    triggers clang's -Wmissing-braces in consumers (e.g. sbbs3/main.cpp).
    Use {{0}} so the inner struct gets its own braces.

    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)