• Nils Goroll's avatar
    Flexelint vmin/vmax/vlimit · 9fd79a7c
    Nils Goroll authored
    avoid warning 666 ("Expression with side effects passed to repeated
    parameter"): The non-type macros still trigger an warning due to the
    expression passed a second time in typeof(). Use the typed macros for
    these cases.
    
    avoid error 1058 ("Initializing a non-const reference"): Our type
    check (void)(&_va == &_vb) trips for dereferences.
    9fd79a7c
vte.c 2.92 KB