Menu

#123 warning: object backing the pointer will be destroyed at the end of the full-expression

open
nobody
None
v1.0_(example)
1
2021-05-02
2021-04-23
Yuri
No

clang complains about guitarix-0.42.1:

../src/gx_head/engine/jsonrpc.cpp:123:27: warning: object backing the pointer will be destroyed at the end of the full-expression [-Wdangling-gsl]
const char *str = jp.current_value().c_str();
^~~~~~~~~~~~~~~~~~
1 warning generated.

Discussion

  • Yuri

    Yuri - 2021-04-23

    And anther one:

    ../src/gx_head/gui/gx_main_midi.cpp:71:24: warning: object backing the pointer will be destroyed at the end of the full-expression [-Wdangling-gsl]
    const char *name = gx_engine::midi_std_ctr[ctrl].c_str();
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.

     

Anonymous
Anonymous

Add attachments
Cancel