CStdString icon indicating copy to clipboard operation
CStdString copied to clipboard

Compiling under GCC (Ubuntu on 20.04)

Open axel-capodaglio opened this issue 5 years ago • 0 comments

I am trying to compile CStdString.h under GCC 9.3.0, but I get many warnings "warning: statement has no effect [-Wunused-value]" Changing #define UNUSED(x) x to #define UNUSED(x) (void)x removes many of them; however UNUSED() should be applied also to the various szCvt; empty instructions in ssadd and ssasn.

axel-capodaglio avatar Oct 14 '20 08:10 axel-capodaglio