• src/sbbs3/exec.cpp sbbs.h

    From deuce@VERT to CVS commit on Fri Nov 2 18:45:00 2018
    src/sbbs3 exec.cpp 1.106 1.107 sbbs.h 1.495 1.496
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv29325

    Modified Files:
    exec.cpp sbbs.h
    Log Message:
    Fix new error with Clang 6.x:
    exec.cpp:438:8: error: case value evaluates to 2684500526, which cannot be narrowed to type 'int32_t' (aka 'int')
    [-Wc++11-narrowing]
    case 0xA0023A2E:
    ^

    The switch cases were unsigned, but the passed value was an int32.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sat Mar 1 14:59:48 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/eb5d014e06b55fd582410179
    Modified Files:
    src/sbbs3/exec.cpp sbbs.h
    Log Message:
    sbbs_t::nodefile_fp and node_ext_fp aren't used for anything in sbbs v3

    Get rid of this noise.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net