Ignore:
Timestamp:
Dec 13, 2024, 5:29:12 PM (5 days ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
d30c229
Parents:
fb0f04d
Message:

Fix IO stream to be warning-free.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/debug.hfa

    rfb0f04d r96ef156  
    2323        #define __cfaabi_dbg_ctx __PRETTY_FUNCTION__
    2424        #define __cfaabi_dbg_ctx2 , __PRETTY_FUNCTION__
    25         #define __cfaabi_dbg_ctx_param const char caller[]
    26         #define __cfaabi_dbg_ctx_param2 , const char caller[]
     25        #define __cfaabi_dbg_ctx_param __attribute__((unused)) const char caller[]
     26        #define __cfaabi_dbg_ctx_param2 , __attribute__((unused)) const char caller[]
    2727        #define __cfaabi_dbg_ctx_fwd caller
    2828        #define __cfaabi_dbg_ctx_fwd2 , caller
Note: See TracChangeset for help on using the changeset viewer.