lglicua-0.1-alpha5 has been tested with Ubuntu-21.10, which uses
GCC-11.2.

Attached are updated warnings for CD-r900.

cheers,

sur-behoffski (Brenton Hoff)
programmer, Grouse Software
* No diagnostics for:
   #include expects "FILENAME" or <FILENAME>
   missing binary operator before token "("
   <FUNC> forming offset <BYTECOUNT1> is out of the bounds [<BYTECOUNT2>, 
<BYTECOUNT3>] of object <VAR> with type <TYPE> [-Warray-bounds]
   argument <NUM> of type <TYPE> with mismatched bound [-Warray-parameter=]
   argument <NUM> of type <TYPE1> {aka <TYPE2>} with mismatched bound 
[-Warray-parameter=]
   <FUNC> clearing an object of non-trivial type <TYPE1> {aka <TYPE2>}; use 
assignment or value-initialization instead [-Wclass-memaccess]
   <FUNC> clearing an object of type <TYPE1> {aka <TYPE2>} with no trivial 
copy-assignment; use assignment or value-initialization instead 
[-Wclass-memaccess]
   <FUNC> moving an object of non-trivially copyable type <TYPE1> {aka 
<TYPE2>}; use 'new' and 'delete' instead [-Wclass-memaccess]
   <FUNC> writing to an object of type <TYPE> with no trivial copy-assignment; 
use copy-assignment or copy-initialization instead [-Wclass-memaccess]
   converting to non-pointer type <TYPE> from NULL [-Wconversion-null]
   suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
   assignment discards <TYPE> qualifier from pointer target type 
[-Wdiscarded-qualifiers]
   comparison between <ENUM1> and <ENUM2> [-Wenum-compare]
   comparison between <ENUM1> and <ENUM2> {aka <ENUM3>} [-Wenum-compare]
   comparison between <ENUM1> {aka <ENUM2>} and <ENUM3> {aka <ENUM4>} 
[-Wenum-compare]
   format <FMT> expects argument of type <TYPE1>, but argument <NUM> has type 
<TYPE2> [-Wformat=]
   format <FMT> expects argument of type <TYPE1>, but argument <NUM> has type 
<TYPE2> {aka <TYPE3>} [-Wformat=]
   too many arguments for format [-Wformat-extra-args]
   <DIRECTIVE> directive writing 1 byte into a region of size between 0 and 
<BYTECOUNT> [-Wformat-overflow=]
   <DIRECTIVE> directive writing up to <BYTECOUNT1> bytes into a region of size 
between <BYTECOUNT2> and <BYTECOUNT3> [-Wformat-overflow=]
   <DIRECTIVE> directive writing up to <BYTECOUNT1> bytes into a region of size 
<BYTECOUNT2> [-Wformat-overflow=]
   <DIRECTIVE> directive output may be truncated writing <BYTECOUNT1> bytes 
into a region of size between <BYTECOUNT2> and <BYTECOUNT3> 
[-Wformat-truncation=]
   <FUNC> output may be truncated before the last format character 
[-Wformat-truncation=]
   format not a string literal and no format arguments [-Wformat-security]
   <DIRECTIVE> directive output may be truncated writing up to <BYTECOUNT1> 
bytes into a region of size <BYTECOUNT2> [-Wformat-truncation=]
   <DIRECTIVE> directive output may be truncated writing up to <BYTECOUNT1> 
bytes into a region of size between <BYTECOUNT2> and <BYTECOUNT3> 
[-Wformat-truncation=]
   implicit declaration of function <FUNC> [-Wimplicit-function-declaration]
   implicit declaration of function <FUNC1>; did you mean <FUNC2>? 
[-Wimplicit-function-declaration]
   assignment from incompatible pointer type [-Wincompatible-pointer-types]
   assignment to <TYPE1> {aka <TYPE2>} from incompatible pointer type <TYPE3> 
{aka <TYPE4>} [-Wincompatible-pointer-types]
   assignment to <TYPE1> from incompatible pointer type <TYPE2> {aka <TYPE3>} 
[-Wincompatible-pointer-types]
   initialization from incompatible pointer type [-Wincompatible-pointer-types]
   '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
   cast to pointer from integer of different size [-Wint-to-pointer-cast]
   <VAR> is usually a function [-Wmain]
   <VAR> may be used uninitialized [-Wmaybe-uninitialized]
   <VAR> may be used uninitialized in this function [-Wmaybe-uninitialized]
   missing braces around initializer [-Wmissing-braces]
   the use of `tmpnam' is dangerous, better use `mkstemp'
   suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
   suggest parentheses around assignment used as truth value [-Wparentheses]
   suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
   suggest parentheses around '&&' within '||' [-Wparentheses]
   comparison between pointer and zero character constant [-Wpointer-compare]
   cast from pointer to integer of different size [-Wpointer-to-int-cast]
   ISO C++17 does not allow 'register' storage class specifier [-Wregister]
   <VAR> will be initialized after [-Wreorder]
   passing argument <NUM1> to restrict-qualified parameter aliases with 
argument <NUM2> [-Wrestrict]
   no return statement in function returning non-void [-Wreturn-type]
   control reaches end of non-void function [-Wreturn-type]
   case value <LABEL> not in enumerated type <ENUM> [-Wswitch]
   this 'else' clause does not guard... [-Wmisleading-indentation]
   this 'if' clause does not guard... [-Wmisleading-indentation]
   this 'while' clause does not guard... [-Wmisleading-indentation]
   comparison between signed and unsigned integer expressions [-Wsign-compare]
   comparison of integer expressions of different signedness: <TYPE1> and 
<TYPE2> [-Wsign-compare]
   comparison of integer expressions of different signedness: <TYPE1> and 
<TYPE2> {aka <TYPE3>} [-Wsign-compare]
   <FUNC> specified bound depends on the length of the source argument 
[-Wstringop-overflow=]
   <FUNC> specified bound depends on the length of the source argument 
[-Wstringop-truncation]
   <FUNC> output truncated before terminating nul copying <BYTECOUNT> bytes 
from a string of the same length [-Wstringop-truncation]
   <FUNC> specified bound <BYTECOUNT> equals destination size 
[-Wstringop-truncation]
   case value <LABEL> not in enumerated type <ENUM1> {aka <ENUM2>} [-Wswitch]
   enumeration value <ENUM> not handled in switch [-Wswitch]
   <EXPRESSION> is used uninitialized in this function [-Wuninitialized]
   ignoring #pragma omp critical [-Wunknown-pragmas]
   ignoring #pragma omp for [-Wunknown-pragmas]
   ignoring #pragma omp parallel [-Wunknown-pragmas]
   ignoring #pragma omp section [-Wunknown-pragmas]
   ignoring #pragma warning  [-Wunknown-pragmas]
   ignoring <PRAGMA> [-Wunknown-pragmas]
   variable <VAR> set but not used [-Wunused-but-set-variable]
   <VAR> defined but not used [-Wunused-const-variable=]
   <FUNC> declared <TYPE> but never defined [-Wunused-function]
   <FUNC> defined but not used [-Wunused-function]
   label <LABEL> defined but not used [-Wunused-label]
   ignoring return value of <FUNC>, declared with attribute warn_unused_result 
[-Wunused-result]
   value computed is not used [-Wunused-value]
   <VAR> defined but not used [-Wunused-variable]
   unused variable <VAR> [-Wunused-variable]
   warning: ISO C++ forbids converting a string constant to <TYPE> 
[-Wwrite-strings]
   deprecated conversion from string constant to <TYPE> [-Wwrite-strings]
(End of list.)


array subscript <TYPE1> is partly outside array bounds of <TYPE2> 
[-Warray-bounds]:
    drv/cddgn.c:329:[Function:arc]:   'long int[0]'  'float[1]'
    drv/cddgn.c:329:[Function:arc]:   'long int[0]'  'float[1]'
    drv/cddgn.c:329:[Function:arc]:   'long int[0]'  'float[1]'
    drv/cddgn.c:329:[Function:arc]:   'long int[0]'  'float[1]'
    drv/cddgn.c:329:[Function:cdputimagerectmap]:   'long int[0]'  'float[1]'
    drv/cddgn.c:329:[Function:ellipse]:   'long int[0]'  'float[1]'
    drv/cddgn.c:329:[Function:ellipse]:   'long int[0]'  'float[1]'
    drv/cddgn.c:329:[Function:ellipse]:   'long int[0]'  'float[1]'
    drv/cddgn.c:329:[Function:ellipse]:   'long int[0]'  'float[1]'


<FUNC> is deprecated [-Wdeprecated-declarations]:
    cairo/cdcaironative_gdk.c:55:[Function:cdGetScreenSize]:   
'gdk_screen_get_width'
    cairo/cdcaironative_gdk.c:[At:56]:   'gdk_screen_get_height'
    cairo/cdcaironative_gdk.c:[At:57]:   'gdk_screen_get_width_mm'
    cairo/cdcaironative_gdk.c:[At:58]:   'gdk_screen_get_height_mm'
    cairo/cdcaironative_gdk.c:206:[Function:cdcreatecanvas]:   
'gdk_screen_get_width'
    cairo/cdcaironative_gdk.c:[At:206]:   'gdk_screen_get_width_mm'
    cairo/cdcaironative_gdk.c:[At:207]:   'gdk_screen_get_height'
    cairo/cdcaironative_gdk.c:[At:207]:   'gdk_screen_get_height_mm'


<FUNC1> is deprecated: Use <FUNC2> instead [-Wdeprecated-declarations]:
    cairo/cdcaironative_gdk.c:27:[Function:cdGetScreenColorPlanes]:   
'gdk_visual_get_system'  'gdk_screen_get_system_visual'


<FUNC> may write a terminating nul past the end of the destination 
[-Wformat-overflow=]:
    drv/pptx.c:727:[Function:openFile]:   '__builtin___sprintf_chk'


<DIRECTIVE> directive writing <BYTECOUNT1> bytes into a region of size between 
<BYTECOUNT2> and <BYTECOUNT3> [-Wformat-overflow=]:
    svg/cdsvg.c:942:[Function:cdfont]:   'px'  2  0  9
    svg/cdsvg.c:[At:940]:   'pt'  2  0  9
    drv/pptx.c:1376:[Function:pptxImportMasterSlide]:   '%s'  20  0  10239
    drv/pptx.c:[At:1376]:   '%s'  44  0  10239
    drv/pptx.c:[At:1376]:   '%s'  33  0  10239
    drv/pptx.c:[At:1376]:   '%s'  44  0  10239
    drv/pptx.c:[At:1376]:   '%s'  33  0  10239
    drv/pptx.c:690:[Function:pptxOpenSlide]:   '/ppt/slides/slide'  17  1  10240
    drv/pptx.c:[At:696]:   '/ppt/slides/_rels/slide'  23  1  10240
    drv/pptx.c:1009:[Function:pptxPattern]:   '/ppt/media/media/image'  22  1  
10240
    drv/pptx.c:1292:[Function:pptxImageRGB]:   '/ppt/media/media/image'  22  1  
10240
    drv/pptx.c:1341:[Function:pptxImageRGBA]:   '/ppt/media/media/image'  22  1 
 10240


<DIRECTIVE> directive writing between <BYTECOUNT1> and <BYTECOUNT2> bytes into 
a region of size between <BYTECOUNT3> and <BYTECOUNT4> [-Wformat-overflow=]:
    drv/cdps.c:2048:[Function:get_margins_attrib]:   '%g'  1  13  8  44
    drv/cdpdf.c:1566:[Function:set_opacity_attrib]:   '%g'  1  13  10  22


assignment to <TYPE1> from incompatible pointer type <TYPE2> 
[-Wincompatible-pointer-types]:
    intcgm/cd_intcgm.c:776:[Function:cdplayCGM]:   'void (*)(const char *, void 
*)'  'void (*)(const char *, cdCGM *)'
    intcgm/cd_intcgm.c:778:[Function:cdplayCGM]:   'void (*)(const char *, void 
*)'  'void (*)(const char *, cdCGM *)'
    intcgm/cd_intcgm.c:780:[Function:cdplayCGM]:   'void (*)(void *)'  'void 
(*)(cdCGM *)'
    intcgm/cd_intcgm.c:781:[Function:cdplayCGM]:   'void (*)(cgmPoint *, 
cgmPoint *, void *)'  'void (*)(cgmPoint *, cgmPoint *, cdCGM *)'
    intcgm/cd_intcgm.c:782:[Function:cdplayCGM]:   'void (*)(int,  double *, 
void *)'  'void (*)(int,  double *, cdCGM *)'
    intcgm/cd_intcgm.c:783:[Function:cdplayCGM]:   'void (*)(cgmRGB,  void *)'  
'void (*)(cgmRGB,  cdCGM *)'
    intcgm/cd_intcgm.c:784:[Function:cdplayCGM]:   'void (*)(int,  cgmRGB,  
void *)'  'void (*)(int,  cgmRGB,  cdCGM *)'
    intcgm/cd_intcgm.c:785:[Function:cdplayCGM]:   'void (*)(cgmPoint,  
cgmPoint,  void *)'  'void (*)(cgmPoint,  cgmPoint,  cdCGM *)'
    intcgm/cd_intcgm.c:786:[Function:cdplayCGM]:   'void (*)(int,  void *)'  
'void (*)(int,  cdCGM *)'
    intcgm/cd_intcgm.c:787:[Function:cdplayCGM]:   'void (*)(int,  cgmPoint *, 
void *)'  'void (*)(int,  cgmPoint *, cdCGM *)'
    intcgm/cd_intcgm.c:788:[Function:cdplayCGM]:   'void (*)(int,  cgmPoint *, 
void *)'  'void (*)(int,  cgmPoint *, cdCGM *)'
    intcgm/cd_intcgm.c:789:[Function:cdplayCGM]:   'void (*)(int,  cgmPoint *, 
int,  void *)'  'void (*)(int,  cgmPoint *, int,  cdCGM *)'
    intcgm/cd_intcgm.c:790:[Function:cdplayCGM]:   'void (*)(const char *, 
cgmPoint,  void *)'  'void (*)(const char *, cgmPoint,  cdCGM *)'
    intcgm/cd_intcgm.c:791:[Function:cdplayCGM]:   'void (*)(cgmPoint,  
cgmPoint,  cgmPoint,  int,  int,  unsigned char *, void *)'  'void 
(*)(cgmPoint,  cgmPoint,  cgmPoint,  int,  int,  unsigned char *, cdCGM *)'
    intcgm/cd_intcgm.c:792:[Function:cdplayCGM]:   'void (*)(cgmPoint,  
cgmPoint,  void *)'  'void (*)(cgmPoint,  cgmPoint,  cdCGM *)'
    intcgm/cd_intcgm.c:793:[Function:cdplayCGM]:   'void (*)(cgmPoint,  double, 
 void *)'  'void (*)(cgmPoint,  double,  cdCGM *)'
    intcgm/cd_intcgm.c:794:[Function:cdplayCGM]:   'void (*)(cgmPoint,  double, 
 double,  double,  int,  void *)'  'void (*)(cgmPoint,  double,  double,  
double,  int,  cdCGM *)'
    intcgm/cd_intcgm.c:795:[Function:cdplayCGM]:   'void (*)(cgmPoint,  
cgmPoint,  cgmPoint,  void *)'  'void (*)(cgmPoint,  cgmPoint,  cgmPoint,  
cdCGM *)'
    intcgm/cd_intcgm.c:796:[Function:cdplayCGM]:   'void (*)(cgmPoint,  
cgmPoint,  cgmPoint,  double,  double,  int,  void *)'  'void (*)(cgmPoint,  
cgmPoint,  cgmPoint,  double,  double,  int,  cdCGM *)'
    intcgm/cd_intcgm.c:797:[Function:cdplayCGM]:   'void (*)(const char *, 
const char *, const char *, double,  const char *, cgmRGB,  void *)'  'void 
(*)(const char *, const char *, const char *, double,  const char *, cgmRGB,  
cdCGM *)'
    intcgm/cd_intcgm.c:798:[Function:cdplayCGM]:   'void (*)(const char *, 
double,  const char *, cgmRGB,  void *)'  'void (*)(const char *, double,  
const char *, cgmRGB,  cdCGM *)'
    intcgm/cd_intcgm.c:799:[Function:cdplayCGM]:   'void (*)(const char *, 
cgmRGB,  const char *, cgmPattern *, void *)'  'void (*)(const char *, cgmRGB,  
const char *, cgmPattern *, cdCGM *)'
    intcgm/cd_intcgm.c:800:[Function:cdplayCGM]:   'void (*)(const char *, 
const char *, const char *, double,  cgmRGB,  cgmPoint,  void *)'  'void 
(*)(const char *, const char *, const char *, double,  cgmRGB,  cgmPoint,  
cdCGM *)'
    intcgm/cd_intcgm.c:801:[Function:cdplayCGM]:   'int (*)(double,  void *)'  
'int (*)(double,  cdCGM *)'


initialization of <TYPE1> {aka <TYPE2>} from incompatible pointer type <TYPE3> 
{aka <TYPE4>} [-Wincompatible-pointer-types]:
    drv/cdirgb.c:[At:2056]:   'void (*)(cdCanvas *, void *)'  'void (*)(struct 
_cdCanvas *, void *)'  'void (*)(cdCanvas *, cdCanvas *)'  'void (*)(struct 
_cdCanvas *, struct _cdCanvas *)'
    cairo/cdcairodbuf.c:[At:176]:   'void (*)(cdCanvas *, void *)'  'void 
(*)(struct _cdCanvas *, void *)'  'void (*)(cdCanvas *, cdCanvas *)'  'void 
(*)(struct _cdCanvas *, struct _cdCanvas *)'
    drv/cdim.c:[At:242]:   'void (*)(cdCanvas *, void *)'  'void (*)(struct 
_cdCanvas *, void *)'  'void (*)(cdCanvas *, imImage *)'  'void (*)(struct 
_cdCanvas *, struct _imImage *)'


passing argument <NUM> of <FUNC> from incompatible pointer type 
[-Wincompatible-pointer-types]:
    drv/pptx.c:1551:[Function:writeZipFile]:   3  'minizip'
    1551 |   ret = minizip(filename, dirname, files, i);
    drv/pptx.c:1553:[Function:writeZipFile]:   2  'removeTempFiles'
    1553 |   removeTempFiles(dirname, files, i);


this 'for' clause does not guard... [-Wmisleading-indentation]:
    minizip/zip.c:521:[Function:zip64local_SearchCentralDir]: 
     521 |     for (i=(int)uReadSize-3; (i--)>0;)
         |     ^~~
   minizip/zip.c:529:7: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the 'for'
     529 |       if (uPosFound!=0)
         |       ^~


dereferencing type-punned pointer will break strict-aliasing rules 
[-Wstrict-aliasing]:
    drv/cddgn.c:329:[Function:put_as_double]: 
     329 |   put_long(ctxcanvas, *((long *) &dfloat));
         |                        ~^~~~~~~~~~~~~~~~~


<VAR> is used uninitialized [-Wuninitialized]:
    drv/cddgn.c:329:[Function:put_as_double]:   'dfloat'


ignoring return value of <FUNC> declared with attribute <ATTRIBUTE> 
[-Wunused-result]:
    intcgm/cgm_txt_get.c:10:[Function:cgm_txt_get_sep]:   'fscanf'  
'warn_unused_result'
    intcgm/cgm_txt_get.c:26:[Function:cgm_txt_skip_com]:   'fscanf'  
'warn_unused_result'
    intcgm/cgm_txt_get.c:37:[Function:cgm_txt_skip_parentheses]:   'fscanf'  
'warn_unused_result'
    intcgm/cgm_txt_get.c:48:[Function:cgm_txt_get_ter_noerr]:   'fscanf'  
'warn_unused_result'
    intcgm/cgm_txt_get.c:107:[Function:cgm_txt_get_e]:   'fscanf'  
'warn_unused_result'
    drv/cdmf.c:770:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:801:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:814:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:818:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:822:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:826:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:833:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:837:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:841:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:845:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:849:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:853:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:857:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:861:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:865:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:869:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:873:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:877:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:881:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:885:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:889:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:893:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:897:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:901:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:905:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:909:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:913:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:917:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:921:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:925:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:929:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:933:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:940:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:944:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:948:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:952:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:956:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:960:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:964:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:968:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:972:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:975:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:980:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:984:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:988:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:992:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:998:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1005:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1011:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1018:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1023:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1027:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1031:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1035:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1039:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1043:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1047:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1051:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1058:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1062:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1066:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1073:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1084:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1092:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1105:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1111:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1119:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1127:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1131:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1138:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1149:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1157:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1170:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1176:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1184:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1192:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1196:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1200:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1204:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1208:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1212:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1216:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1220:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1224:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1228:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1232:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1236:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1240:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1244:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    drv/cdmf.c:1248:[Function:cdplay]:   'fscanf'  'warn_unused_result'
    gdk/cdgdkclp.c:40:[Function:cdkillcanvas]:   'fread'  'warn_unused_result'


statement with no effect [-Wunused-value]:
    minizip/zip.c:1070:[Function:zipOpenNewFileInZip4_64]: 
    1070 |     (crcForCrypting);
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to