G'day,
The previous post about IM describes most of what's going on
here, so very briefly:
OS: GNU/Linux Mint 18.3
GCC 6.5.0
CD Subversion Revision: 832
Attached are the collated warning messages from building on the
above system.
cheers,
sur-behoffski (Brenton Hoff)
programmer, Grouse Software
* No diagnostics for:
#include expects "FILENAME" or <FILENAME>
missing binary operator before token "("
converting to non-pointer type <TYPE> from NULL [-Wconversion-null]
suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
<FUNC> is deprecated [-Wdeprecated-declarations]
<FUNC1> is deprecated: Use <FUNC2> instead [-Wdeprecated-declarations]
assignment discards <TYPE> qualifier from pointer target type
[-Wdiscarded-qualifiers]
comparison between <ENUM1> and <ENUM2> [-Wenum-compare]
format <FMT> expects argument of type <TYPE1>, but argument <NUM> has type
<TYPE2> [-Wformat=]
too many arguments for format [-Wformat-extra-args]
<FUNC> may write a terminating nul past the end of the destination
[-Wformat-overflow=]
<DIRECTIVE> directive writing 1 byte into a region of size between 0 and
<BYTECOUNT> [-Wformat-overflow=]
<DIRECTIVE> directive writing <BYTECOUNT1> bytes into a region of size
between <BYTECOUNT2> and <BYTECOUNT3> [-Wformat-overflow=]
<DIRECTIVE> directive writing between <BYTECOUNT1> and <BYTECOUNT2> bytes
into a region of size between <BYTECOUNT3> and <BYTECOUNT4> [-Wformat-overflow=]
<DIRECTIVE> directive writing up to <BYTECOUNT1> bytes into a region of size
<BYTECOUNT2> [-Wformat-overflow=]
format not a string literal and no format arguments [-Wformat-security]
implicit declaration of function <FUNC1>; did you mean <FUNC2>?
[-Wimplicit-function-declaration]
cast to pointer from integer of different size [-Wint-to-pointer-cast]
<VAR> is usually a function [-Wmain]
<VAR> may be used uninitialized in this function [-Wmaybe-uninitialized]
the use of `tmpnam' is dangerous, better use `mkstemp'
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]
<VAR> will be initialized after [-Wreorder]
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 'while' clause does not guard... [-Wmisleading-indentation]
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]
enumeration value <ENUM> not handled in switch [-Wswitch]
<EXPRESSION> is used uninitialized in this function [-Wuninitialized]
<FUNC> declared <TYPE> but never defined [-Wunused-function]
label <LABEL> defined but not used [-Wunused-label]
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.)
implicit declaration of function <FUNC> [-Wimplicit-function-declaration]:
drv/cdgl.c:735:[Function:cdgetfontdim]: ftglGetFontMaxWidth
drv/cdgl.c:979:[Function:cdftext]: ftglSetNearestFilter
assignment from incompatible pointer type [-Wincompatible-pointer-types]:
intcgm/cd_intcgm.c:776:[Function:cdplayCGM]:
funcs.BeginMetafile = cdcgm_BeginMetafile;
^
intcgm/cd_intcgm.c:778:[Function:cdplayCGM]:
funcs.BeginPicture = cdcgm_BeginPicture;
^
intcgm/cd_intcgm.c:780:[Function:cdplayCGM]:
funcs.BeginPictureBody = cdcgm_BeginPictureBody;
^
intcgm/cd_intcgm.c:781:[Function:cdplayCGM]:
funcs.DeviceExtent = cdcgm_DeviceExtent;
^
intcgm/cd_intcgm.c:782:[Function:cdplayCGM]:
funcs.ScaleMode = cdcgm_ScaleMode;
^
intcgm/cd_intcgm.c:783:[Function:cdplayCGM]:
funcs.BackgroundColor = cdcgm_BackgroundColor;
^
intcgm/cd_intcgm.c:784:[Function:cdplayCGM]:
funcs.Transparency = cdcgm_Transparency;
^
intcgm/cd_intcgm.c:785:[Function:cdplayCGM]:
funcs.ClipRectangle = cdcgm_ClipRectangle;
^
intcgm/cd_intcgm.c:786:[Function:cdplayCGM]:
funcs.ClipIndicator = cdcgm_ClipIndicator;
^
intcgm/cd_intcgm.c:787:[Function:cdplayCGM]:
funcs.PolyLine = cdcgm_PolyLine;
^
intcgm/cd_intcgm.c:788:[Function:cdplayCGM]:
funcs.PolyMarker = cdcgm_PolyMarker;
^
intcgm/cd_intcgm.c:789:[Function:cdplayCGM]:
funcs.Polygon = cdcgm_Polygon;
^
intcgm/cd_intcgm.c:790:[Function:cdplayCGM]:
funcs.Text = cdcgm_Text;
^
intcgm/cd_intcgm.c:791:[Function:cdplayCGM]:
funcs.CellArray = cdcgm_CellArray;
^
intcgm/cd_intcgm.c:792:[Function:cdplayCGM]:
funcs.Rectangle = cdcgm_Rectangle;
^
intcgm/cd_intcgm.c:793:[Function:cdplayCGM]:
funcs.Circle = cdcgm_Circle;
^
intcgm/cd_intcgm.c:794:[Function:cdplayCGM]:
funcs.CircularArc = cdcgm_CircularArc;
^
intcgm/cd_intcgm.c:795:[Function:cdplayCGM]:
funcs.Ellipse = cdcgm_Ellipse;
^
intcgm/cd_intcgm.c:796:[Function:cdplayCGM]:
funcs.EllipticalArc = cdcgm_EllipticalArc;
^
intcgm/cd_intcgm.c:797:[Function:cdplayCGM]:
funcs.LineAttrib = cdcgm_LineAttrib;
^
intcgm/cd_intcgm.c:798:[Function:cdplayCGM]:
funcs.MarkerAttrib = cdcgm_MarkerAttrib;
^
intcgm/cd_intcgm.c:799:[Function:cdplayCGM]:
funcs.FillAttrib = cdcgm_FillAttrib;
^
intcgm/cd_intcgm.c:800:[Function:cdplayCGM]:
funcs.TextAttrib = cdcgm_TextAttrib;
^
intcgm/cd_intcgm.c:801:[Function:cdplayCGM]:
funcs.Counter = cdcgm_Counter;
^
initialization from incompatible pointer type [-Wincompatible-pointer-types]:
drv/cdirgb.c:[At:2056]:
cdcreatecanvasDB,
cairo/cdcairodbuf.c:[At:176]:
cdcreatecanvas,
drv/cdim.c:[At:242]:
cdcreatecanvas,
passing argument <NUM> of <FUNC> from incompatible pointer type
[-Wincompatible-pointer-types]:
drv/pptx.c:1551:[Function:writeZipFile]: 3 minizip
ret = minizip(filename, dirname, files, i);
drv/pptx.c:1553:[Function:writeZipFile]: 2 removeTempFiles
removeTempFiles(dirname, files, i);
missing braces around initializer [-Wmissing-braces]:
sim/cdfontex.c:[At:19]:
{0, 0, 0, 0},
sim/cdfontex.c:[At:20]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:21]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:22]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:23]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:24]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:25]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:26]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:27]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:28]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:29]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:30]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:31]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:32]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:33]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:34]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:35]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:36]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:37]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:38]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:39]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:40]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:41]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:42]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:43]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:44]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:45]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:46]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:47]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:48]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:49]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:50]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:51]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:52]:
{30, 30, 30, 35},
sim/cdfontex.c:[At:53]:
{35, 50, 35, 50},
sim/cdfontex.c:[At:54]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:55]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:56]:
{90, 85, 90, 90},
sim/cdfontex.c:[At:57]:
{70, 75, 70, 75},
sim/cdfontex.c:[At:58]:
{20, 25, 20, 25},
sim/cdfontex.c:[At:59]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:60]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:61]:
{40, 40, 40, 40},
sim/cdfontex.c:[At:62]:
{60, 60, 60, 60},
sim/cdfontex.c:[At:63]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:64]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:65]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:66]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:67]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:68]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:69]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:70]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:71]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:72]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:73]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:74]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:75]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:76]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:77]:
{30, 35, 30, 35},
sim/cdfontex.c:[At:78]:
{30, 35, 30, 35},
sim/cdfontex.c:[At:79]:
{60, 60, 60, 60},
sim/cdfontex.c:[At:80]:
{60, 60, 60, 60},
sim/cdfontex.c:[At:81]:
{60, 60, 60, 60},
sim/cdfontex.c:[At:82]:
{55, 65, 55, 60},
sim/cdfontex.c:[At:83]:
{100, 100, 100, 100},
sim/cdfontex.c:[At:84]:
{65, 70, 70, 75},
sim/cdfontex.c:[At:85]:
{70, 70, 70, 70},
sim/cdfontex.c:[At:86]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:87]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:88]:
{70, 65, 70, 70},
sim/cdfontex.c:[At:89]:
{60, 60, 65, 65},
sim/cdfontex.c:[At:90]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:91]:
{70, 70, 75, 75},
sim/cdfontex.c:[At:92]:
{25, 30, 30, 30},
sim/cdfontex.c:[At:93]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:94]:
{70, 75, 70, 75},
sim/cdfontex.c:[At:95]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:96]:
{80, 85, 85, 90},
sim/cdfontex.c:[At:97]:
{70, 70, 75, 75},
sim/cdfontex.c:[At:98]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:99]:
{65, 70, 70, 70},
sim/cdfontex.c:[At:100]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:101]:
{75, 70, 75, 75},
sim/cdfontex.c:[At:102]:
{70, 70, 70, 70},
sim/cdfontex.c:[At:103]:
{60, 65, 65, 65},
sim/cdfontex.c:[At:104]:
{70, 70, 75, 75},
sim/cdfontex.c:[At:105]:
{65, 70, 70, 70},
sim/cdfontex.c:[At:106]:
{100, 95, 100, 95},
sim/cdfontex.c:[At:107]:
{65, 70, 70, 70},
sim/cdfontex.c:[At:108]:
{65, 65, 70, 65},
sim/cdfontex.c:[At:109]:
{60, 60, 65, 65},
sim/cdfontex.c:[At:110]:
{30, 35, 30, 35},
sim/cdfontex.c:[At:111]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:112]:
{30, 35, 30, 35},
sim/cdfontex.c:[At:113]:
{45, 60, 50, 60},
sim/cdfontex.c:[At:114]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:115]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:116]:
{55, 60, 55, 60},
sim/cdfontex.c:[At:117]:
{55, 65, 60, 65},
sim/cdfontex.c:[At:118]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:119]:
{55, 65, 55, 60},
sim/cdfontex.c:[At:120]:
{55, 60, 55, 55},
sim/cdfontex.c:[At:121]:
{30, 35, 30, 35},
sim/cdfontex.c:[At:122]:
{55, 65, 55, 60},
sim/cdfontex.c:[At:123]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:124]:
{25, 30, 25, 30},
sim/cdfontex.c:[At:125]:
{25, 30, 25, 30},
sim/cdfontex.c:[At:126]:
{50, 60, 55, 60},
sim/cdfontex.c:[At:127]:
{25, 30, 25, 30},
sim/cdfontex.c:[At:128]:
{85, 90, 85, 90},
sim/cdfontex.c:[At:129]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:130]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:131]:
{55, 65, 55, 60},
sim/cdfontex.c:[At:132]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:133]:
{35, 40, 35, 40},
sim/cdfontex.c:[At:134]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:135]:
{30, 35, 30, 35},
sim/cdfontex.c:[At:136]:
{55, 65, 55, 60},
sim/cdfontex.c:[At:137]:
{50, 55, 50, 55},
sim/cdfontex.c:[At:138]:
{75, 80, 70, 80},
sim/cdfontex.c:[At:139]:
{50, 60, 50, 55},
sim/cdfontex.c:[At:140]:
{50, 55, 50, 55},
sim/cdfontex.c:[At:141]:
{50, 55, 50, 50},
sim/cdfontex.c:[At:142]:
{35, 40, 35, 40},
sim/cdfontex.c:[At:143]:
{25, 30, 25, 30},
sim/cdfontex.c:[At:144]:
{35, 40, 35, 40},
sim/cdfontex.c:[At:145]:
{60, 60, 60, 60},
sim/cdfontex.c:[At:146]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:147]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:148]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:149]:
{25, 30, 25, 30},
sim/cdfontex.c:[At:150]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:151]:
{35, 55, 30, 55},
sim/cdfontex.c:[At:152]:
{100, 100, 100, 100},
sim/cdfontex.c:[At:153]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:154]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:155]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:156]:
{100, 105, 100, 100},
sim/cdfontex.c:[At:157]:
{70, 70, 70, 70},
sim/cdfontex.c:[At:158]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:159]:
{100, 105, 100, 100},
sim/cdfontex.c:[At:160]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:161]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:162]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:163]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:164]:
{25, 30, 20, 30},
sim/cdfontex.c:[At:165]:
{25, 30, 20, 30},
sim/cdfontex.c:[At:166]:
{35, 55, 35, 55},
sim/cdfontex.c:[At:167]:
{35, 55, 30, 55},
sim/cdfontex.c:[At:168]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:169]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:170]:
{100, 100, 100, 100},
sim/cdfontex.c:[At:171]:
{30, 35, 30, 35},
sim/cdfontex.c:[At:172]:
{100, 100, 100, 100},
sim/cdfontex.c:[At:173]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:174]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:175]:
{95, 95, 95, 95},
sim/cdfontex.c:[At:176]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:177]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:178]:
{65, 65, 70, 65},
sim/cdfontex.c:[At:179]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:180]:
{30, 30, 35, 35},
sim/cdfontex.c:[At:181]:
{55, 55, 55, 60},
sim/cdfontex.c:[At:182]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:183]:
{60, 55, 60, 55},
sim/cdfontex.c:[At:184]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:185]:
{25, 30, 25, 30},
sim/cdfontex.c:[At:186]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:187]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:188]:
{75, 75, 75, 80},
sim/cdfontex.c:[At:189]:
{35, 40, 40, 40},
sim/cdfontex.c:[At:190]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:191]:
{60, 60, 60, 60},
sim/cdfontex.c:[At:192]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:193]:
{75, 75, 75, 80},
sim/cdfontex.c:[At:194]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:195]:
{40, 40, 40, 40},
sim/cdfontex.c:[At:196]:
{55, 55, 55, 60},
sim/cdfontex.c:[At:197]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:198]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:199]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:200]:
{60, 60, 55, 60},
sim/cdfontex.c:[At:201]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:202]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:203]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:204]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:205]:
{40, 40, 40, 40},
sim/cdfontex.c:[At:206]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:207]:
{85, 85, 85, 85},
sim/cdfontex.c:[At:208]:
{85, 85, 85, 85},
sim/cdfontex.c:[At:209]:
{85, 85, 85, 85},
sim/cdfontex.c:[At:210]:
{60, 65, 65, 60},
sim/cdfontex.c:[At:211]:
{65, 70, 70, 75},
sim/cdfontex.c:[At:212]:
{65, 70, 70, 75},
sim/cdfontex.c:[At:213]:
{65, 70, 70, 75},
sim/cdfontex.c:[At:214]:
{65, 70, 70, 75},
sim/cdfontex.c:[At:215]:
{65, 70, 70, 75},
sim/cdfontex.c:[At:216]:
{65, 70, 70, 75},
sim/cdfontex.c:[At:217]:
{100, 100, 100, 100},
sim/cdfontex.c:[At:218]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:219]:
{70, 65, 70, 70},
sim/cdfontex.c:[At:220]:
{70, 65, 70, 70},
sim/cdfontex.c:[At:221]:
{70, 65, 70, 70},
sim/cdfontex.c:[At:222]:
{70, 65, 70, 70},
sim/cdfontex.c:[At:223]:
{25, 30, 30, 30},
sim/cdfontex.c:[At:224]:
{25, 30, 30, 30},
sim/cdfontex.c:[At:225]:
{25, 30, 30, 30},
sim/cdfontex.c:[At:226]:
{25, 30, 30, 30},
sim/cdfontex.c:[At:227]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:228]:
{70, 70, 75, 75},
sim/cdfontex.c:[At:229]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:230]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:231]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:232]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:233]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:234]:
{60, 60, 60, 60},
sim/cdfontex.c:[At:235]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:236]:
{70, 70, 75, 75},
sim/cdfontex.c:[At:237]:
{70, 70, 75, 75},
sim/cdfontex.c:[At:238]:
{70, 70, 75, 75},
sim/cdfontex.c:[At:239]:
{70, 70, 75, 75},
sim/cdfontex.c:[At:240]:
{65, 65, 70, 65},
sim/cdfontex.c:[At:241]:
{70, 70, 70, 70},
sim/cdfontex.c:[At:242]:
{65, 65, 65, 65},
sim/cdfontex.c:[At:243]:
{55, 60, 55, 60},
sim/cdfontex.c:[At:244]:
{55, 60, 55, 60},
sim/cdfontex.c:[At:245]:
{55, 60, 55, 60},
sim/cdfontex.c:[At:246]:
{55, 60, 55, 60},
sim/cdfontex.c:[At:247]:
{55, 60, 55, 60},
sim/cdfontex.c:[At:248]:
{55, 60, 55, 60},
sim/cdfontex.c:[At:249]:
{90, 90, 90, 90},
sim/cdfontex.c:[At:250]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:251]:
{55, 60, 55, 55},
sim/cdfontex.c:[At:252]:
{55, 60, 55, 55},
sim/cdfontex.c:[At:253]:
{55, 60, 55, 55},
sim/cdfontex.c:[At:254]:
{55, 60, 55, 55},
sim/cdfontex.c:[At:255]:
{25, 30, 25, 30},
sim/cdfontex.c:[At:256]:
{25, 30, 25, 30},
sim/cdfontex.c:[At:257]:
{25, 30, 25, 30},
sim/cdfontex.c:[At:258]:
{25, 30, 25, 30},
sim/cdfontex.c:[At:259]:
{55, 65, 55, 60},
sim/cdfontex.c:[At:260]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:261]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:262]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:263]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:264]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:265]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:266]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:267]:
{60, 65, 65, 60},
sim/cdfontex.c:[At:268]:
{55, 65, 55, 60},
sim/cdfontex.c:[At:269]:
{55, 65, 55, 60},
sim/cdfontex.c:[At:270]:
{55, 65, 55, 60},
sim/cdfontex.c:[At:271]:
{55, 65, 55, 60},
sim/cdfontex.c:[At:272]:
{50, 55, 50, 55},
sim/cdfontex.c:[At:273]:
{55, 65, 55, 65},
sim/cdfontex.c:[At:274]:
{50, 55, 50, 55}
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:278]:
{0, 0, 0, 0},
sim/cdfontex.c:[At:279]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:280]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:281]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:282]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:283]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:284]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:285]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:286]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:287]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:288]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:289]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:290]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:291]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:292]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:293]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:294]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:295]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:296]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:297]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:298]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:299]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:300]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:301]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:302]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:303]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:304]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:305]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:306]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:307]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:308]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:309]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:310]:
{25, 25, 25, 25},
sim/cdfontex.c:[At:311]:
{35, 35, 30, 35},
sim/cdfontex.c:[At:312]:
{40, 55, 45, 55},
sim/cdfontex.c:[At:313]:
{55, 55, 55, 50},
sim/cdfontex.c:[At:314]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:315]:
{85, 100, 85, 85},
sim/cdfontex.c:[At:316]:
{80, 85, 75, 80},
sim/cdfontex.c:[At:317]:
{20, 30, 25, 30},
sim/cdfontex.c:[At:318]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:319]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:320]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:321]:
{60, 60, 70, 60},
sim/cdfontex.c:[At:322]:
{25, 25, 25, 25},
sim/cdfontex.c:[At:323]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:324]:
{25, 25, 25, 25},
sim/cdfontex.c:[At:325]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:326]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:327]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:328]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:329]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:330]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:331]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:332]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:333]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:334]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:335]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:336]:
{25, 35, 35, 35},
sim/cdfontex.c:[At:337]:
{30, 35, 35, 35},
sim/cdfontex.c:[At:338]:
{60, 60, 70, 60},
sim/cdfontex.c:[At:339]:
{60, 60, 70, 60},
sim/cdfontex.c:[At:340]:
{60, 60, 70, 60},
sim/cdfontex.c:[At:341]:
{45, 55, 55, 55},
sim/cdfontex.c:[At:342]:
{95, 95, 95, 85},
sim/cdfontex.c:[At:343]:
{70, 70, 60, 70},
sim/cdfontex.c:[At:344]:
{65, 70, 65, 70},
sim/cdfontex.c:[At:345]:
{70, 75, 70, 70},
sim/cdfontex.c:[At:346]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:347]:
{60, 65, 65, 70},
sim/cdfontex.c:[At:348]:
{55, 60, 60, 70},
sim/cdfontex.c:[At:349]:
{70, 80, 75, 75},
sim/cdfontex.c:[At:350]:
{75, 80, 75, 80},
sim/cdfontex.c:[At:351]:
{35, 40, 35, 40},
sim/cdfontex.c:[At:352]:
{40, 55, 45, 50},
sim/cdfontex.c:[At:353]:
{75, 80, 65, 70},
sim/cdfontex.c:[At:354]:
{60, 65, 55, 65},
sim/cdfontex.c:[At:355]:
{90, 95, 85, 90},
sim/cdfontex.c:[At:356]:
{75, 75, 70, 75},
sim/cdfontex.c:[At:357]:
{75, 80, 75, 75},
sim/cdfontex.c:[At:358]:
{60, 65, 60, 65},
sim/cdfontex.c:[At:359]:
{75, 80, 75, 75},
sim/cdfontex.c:[At:360]:
{65, 75, 65, 70},
sim/cdfontex.c:[At:361]:
{55, 60, 55, 55},
sim/cdfontex.c:[At:362]:
{65, 65, 55, 65},
sim/cdfontex.c:[At:363]:
{70, 70, 75, 75},
sim/cdfontex.c:[At:364]:
{70, 70, 60, 65},
sim/cdfontex.c:[At:365]:
{95, 100, 80, 90},
sim/cdfontex.c:[At:366]:
{70, 70, 65, 70},
sim/cdfontex.c:[At:367]:
{70, 70, 55, 65},
sim/cdfontex.c:[At:368]:
{60, 65, 55, 65},
sim/cdfontex.c:[At:369]:
{35, 35, 40, 35},
sim/cdfontex.c:[At:370]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:371]:
{35, 35, 45, 35},
sim/cdfontex.c:[At:372]:
{45, 60, 45, 60},
sim/cdfontex.c:[At:373]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:374]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:375]:
{45, 50, 55, 55},
sim/cdfontex.c:[At:376]:
{50, 55, 55, 50},
sim/cdfontex.c:[At:377]:
{45, 45, 45, 45},
sim/cdfontex.c:[At:378]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:379]:
{45, 50, 45, 45},
sim/cdfontex.c:[At:380]:
{35, 35, 30, 35},
sim/cdfontex.c:[At:381]:
{50, 55, 55, 50},
sim/cdfontex.c:[At:382]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:383]:
{25, 30, 30, 30},
sim/cdfontex.c:[At:384]:
{25, 35, 30, 30},
sim/cdfontex.c:[At:385]:
{50, 55, 50, 55},
sim/cdfontex.c:[At:386]:
{25, 30, 30, 30},
sim/cdfontex.c:[At:387]:
{75, 85, 75, 80},
sim/cdfontex.c:[At:388]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:389]:
{50, 50, 55, 50},
sim/cdfontex.c:[At:390]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:391]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:392]:
{35, 45, 40, 40},
sim/cdfontex.c:[At:393]:
{40, 40, 40, 40},
sim/cdfontex.c:[At:394]:
{30, 35, 30, 30},
sim/cdfontex.c:[At:395]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:396]:
{50, 50, 45, 45},
sim/cdfontex.c:[At:397]:
{70, 70, 65, 70},
sim/cdfontex.c:[At:398]:
{50, 50, 45, 55},
sim/cdfontex.c:[At:399]:
{50, 50, 45, 45},
sim/cdfontex.c:[At:400]:
{45, 45, 40, 40},
sim/cdfontex.c:[At:401]:
{50, 40, 40, 35},
sim/cdfontex.c:[At:402]:
{20, 25, 30, 25},
sim/cdfontex.c:[At:403]:
{50, 40, 40, 35},
sim/cdfontex.c:[At:404]:
{55, 55, 55, 60},
sim/cdfontex.c:[At:405]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:406]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:407]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:408]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:409]:
{50, 55, 50, 55},
sim/cdfontex.c:[At:410]:
{45, 55, 55, 55},
sim/cdfontex.c:[At:411]:
{100, 100, 90, 100},
sim/cdfontex.c:[At:412]:
{50, 50, 55, 55},
sim/cdfontex.c:[At:413]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:414]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:415]:
{100, 100, 100, 105},
sim/cdfontex.c:[At:416]:
{55, 60, 55, 55},
sim/cdfontex.c:[At:417]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:418]:
{90, 100, 95, 95},
sim/cdfontex.c:[At:419]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:420]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:421]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:422]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:423]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:424]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:425]:
{45, 55, 55, 55},
sim/cdfontex.c:[At:426]:
{45, 55, 55, 55},
sim/cdfontex.c:[At:427]:
{35, 40, 35, 35},
sim/cdfontex.c:[At:428]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:429]:
{100, 100, 90, 100},
sim/cdfontex.c:[At:430]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:431]:
{100, 105, 100, 100},
sim/cdfontex.c:[At:432]:
{40, 40, 40, 40},
sim/cdfontex.c:[At:433]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:434]:
{75, 75, 70, 75},
sim/cdfontex.c:[At:435]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:436]:
{80, 80, 80, 80},
sim/cdfontex.c:[At:437]:
{70, 70, 55, 65},
sim/cdfontex.c:[At:438]:
{25, 25, 25, 25},
sim/cdfontex.c:[At:439]:
{35, 30, 40, 35},
sim/cdfontex.c:[At:440]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:441]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:442]:
{55, 55, 50, 50},
sim/cdfontex.c:[At:443]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:444]:
{20, 25, 30, 25},
sim/cdfontex.c:[At:445]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:446]:
{35, 40, 30, 35},
sim/cdfontex.c:[At:447]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:448]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:449]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:450]:
{60, 60, 70, 60},
sim/cdfontex.c:[At:451]:
{35, 35, 35, 35},
sim/cdfontex.c:[At:452]:
{75, 75, 80, 75},
sim/cdfontex.c:[At:453]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:454]:
{40, 40, 40, 40},
sim/cdfontex.c:[At:455]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:456]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:457]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:458]:
{30, 35, 35, 35},
sim/cdfontex.c:[At:459]:
{55, 60, 60, 60},
sim/cdfontex.c:[At:460]:
{45, 55, 55, 55},
sim/cdfontex.c:[At:461]:
{25, 25, 25, 25},
sim/cdfontex.c:[At:462]:
{30, 35, 35, 35},
sim/cdfontex.c:[At:463]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:464]:
{30, 35, 35, 30},
sim/cdfontex.c:[At:465]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:466]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:467]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:468]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:469]:
{45, 55, 50, 55},
sim/cdfontex.c:[At:470]:
{70, 70, 60, 70},
sim/cdfontex.c:[At:471]:
{70, 70, 60, 70},
sim/cdfontex.c:[At:472]:
{70, 70, 60, 70},
sim/cdfontex.c:[At:473]:
{70, 70, 60, 70},
sim/cdfontex.c:[At:474]:
{70, 70, 60, 70},
sim/cdfontex.c:[At:475]:
{70, 70, 60, 70},
sim/cdfontex.c:[At:476]:
{90, 100, 90, 95},
sim/cdfontex.c:[At:477]:
{70, 75, 70, 70},
sim/cdfontex.c:[At:478]:
{60, 65, 65, 70},
sim/cdfontex.c:[At:479]:
{60, 65, 65, 70},
sim/cdfontex.c:[At:480]:
{60, 65, 65, 70},
sim/cdfontex.c:[At:481]:
{60, 65, 65, 70},
sim/cdfontex.c:[At:482]:
{35, 40, 35, 40},
sim/cdfontex.c:[At:483]:
{35, 40, 35, 40},
sim/cdfontex.c:[At:484]:
{35, 40, 35, 40},
sim/cdfontex.c:[At:485]:
{35, 40, 35, 40},
sim/cdfontex.c:[At:486]:
{75, 75, 75, 75},
sim/cdfontex.c:[At:487]:
{75, 75, 70, 75},
sim/cdfontex.c:[At:488]:
{75, 80, 75, 75},
sim/cdfontex.c:[At:489]:
{75, 80, 75, 75},
sim/cdfontex.c:[At:490]:
{75, 80, 75, 75},
sim/cdfontex.c:[At:491]:
{75, 80, 75, 75},
sim/cdfontex.c:[At:492]:
{75, 80, 75, 75},
sim/cdfontex.c:[At:493]:
{60, 60, 70, 60},
sim/cdfontex.c:[At:494]:
{75, 80, 75, 75},
sim/cdfontex.c:[At:495]:
{75, 70, 75, 75},
sim/cdfontex.c:[At:496]:
{75, 70, 75, 75},
sim/cdfontex.c:[At:497]:
{75, 70, 75, 75},
sim/cdfontex.c:[At:498]:
{75, 70, 75, 75},
sim/cdfontex.c:[At:499]:
{70, 70, 55, 65},
sim/cdfontex.c:[At:500]:
{60, 65, 65, 65},
sim/cdfontex.c:[At:501]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:502]:
{45, 50, 55, 55},
sim/cdfontex.c:[At:503]:
{45, 50, 55, 55},
sim/cdfontex.c:[At:504]:
{45, 50, 55, 55},
sim/cdfontex.c:[At:505]:
{45, 50, 55, 55},
sim/cdfontex.c:[At:506]:
{45, 50, 55, 55},
sim/cdfontex.c:[At:507]:
{45, 50, 55, 55},
sim/cdfontex.c:[At:508]:
{70, 75, 70, 75},
sim/cdfontex.c:[At:509]:
{45, 45, 45, 45},
sim/cdfontex.c:[At:510]:
{45, 50, 45, 45},
sim/cdfontex.c:[At:511]:
{45, 50, 45, 45},
sim/cdfontex.c:[At:512]:
{45, 50, 45, 45},
sim/cdfontex.c:[At:513]:
{45, 50, 45, 45},
sim/cdfontex.c:[At:514]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:515]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:516]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:517]:
{30, 30, 30, 30},
sim/cdfontex.c:[At:518]:
{55, 50, 55, 55},
sim/cdfontex.c:[At:519]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:520]:
{50, 50, 55, 50},
sim/cdfontex.c:[At:521]:
{50, 50, 55, 50},
sim/cdfontex.c:[At:522]:
{50, 50, 55, 50},
sim/cdfontex.c:[At:523]:
{50, 50, 55, 50},
sim/cdfontex.c:[At:524]:
{50, 50, 55, 50},
sim/cdfontex.c:[At:525]:
{55, 55, 55, 55},
sim/cdfontex.c:[At:526]:
{55, 50, 55, 55},
sim/cdfontex.c:[At:527]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:528]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:529]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:530]:
{50, 55, 55, 55},
sim/cdfontex.c:[At:531]:
{50, 50, 45, 45},
sim/cdfontex.c:[At:532]:
{55, 55, 50, 50},
sim/cdfontex.c:[At:533]:
{50, 50, 45, 45}
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
this 'for' clause does not guard... [-Wmisleading-indentation]:
minizip/zip.c:521:[Function:zip64local_SearchCentralDir]:
for (i=(int)uReadSize-3; (i--)>0;)
^~~
minizip/zip.c:529:7: note: ...this statement, but the latter is misleadingly
indented as if it is guarded by the 'for'
if (uPosFound!=0)
^~
this 'if' clause does not guard... [-Wmisleading-indentation]:
pdflib/pdflib/p_document.c:1118:[Function:pdf_get_document_common_options]:
if (pdc_get_optvalues("openmode", resopts, &inum, NULL))
^~
pdflib/pdflib/p_document.c:1121:9: note: ...this statement, but the latter
is misleadingly indented as if it is guarded by the 'if'
if (doc->openmode == open_layers)
^~
pdflib/pdflib/p_font.c:926:[Function:pdf_get_font_options]:
if (pdc_get_optvalues("linegap", resopts, &fo->linegap, NULL))
^~
pdflib/pdflib/p_font.c:930:9: note: ...this statement, but the latter is
misleadingly indented as if it is guarded by the 'if'
pdc_get_optvalues("dropcorewidths", resopts, &fo->dropcorewidths,
NULL);
^~~~~~~~~~~~~~~~~
pdflib/pdflib/p_font.c:1576:[Function:pdf_load_font_internal]:
if (!font->ft.img)
^~
pdflib/pdflib/p_font.c:1579:21: note: ...this statement, but the latter is
misleadingly indented as if it is guarded by the 'if'
if (logg1)
^~
dereferencing type-punned pointer will break strict-aliasing rules
[-Wstrict-aliasing]:
drv/cddgn.c:329:[Function:put_as_double]:
put_long(ctxcanvas, *((long *) &dfloat));
^~~~~~~~
<VAR> defined but not used [-Wunused-const-variable=]:
pdflib/pdflib/p_page.c:[At:1406]: pdf_sepinfo_options
<FUNC> defined but not used [-Wunused-function]:
pdflib/pdcore/pc_crypt.c:[At:26]: pdc_pd_crypt_c
pdflib/pdcore/pc_scope.c:[At:25]: pdc_check_scope_core
ignoring return value of <FUNC>, declared with attribute warn_unused_result
[-Wunused-result]:
intcgm/cgm_txt_get.c:10:[Function:cgm_txt_get_sep]: fscanf
intcgm/cgm_txt_get.c:26:[Function:cgm_txt_skip_com]: fscanf
intcgm/cgm_txt_get.c:37:[Function:cgm_txt_skip_parentheses]: fscanf
intcgm/cgm_txt_get.c:48:[Function:cgm_txt_get_ter_noerr]: fscanf
intcgm/cgm_txt_get.c:107:[Function:cgm_txt_get_e]: fscanf
drv/cdmf.c:770:[Function:cdplay]: fscanf
drv/cdmf.c:801:[Function:cdplay]: fscanf
drv/cdmf.c:814:[Function:cdplay]: fscanf
drv/cdmf.c:818:[Function:cdplay]: fscanf
drv/cdmf.c:822:[Function:cdplay]: fscanf
drv/cdmf.c:826:[Function:cdplay]: fscanf
drv/cdmf.c:833:[Function:cdplay]: fscanf
drv/cdmf.c:837:[Function:cdplay]: fscanf
drv/cdmf.c:841:[Function:cdplay]: fscanf
drv/cdmf.c:845:[Function:cdplay]: fscanf
drv/cdmf.c:849:[Function:cdplay]: fscanf
drv/cdmf.c:853:[Function:cdplay]: fscanf
drv/cdmf.c:857:[Function:cdplay]: fscanf
drv/cdmf.c:861:[Function:cdplay]: fscanf
drv/cdmf.c:865:[Function:cdplay]: fscanf
drv/cdmf.c:869:[Function:cdplay]: fscanf
drv/cdmf.c:873:[Function:cdplay]: fscanf
drv/cdmf.c:877:[Function:cdplay]: fscanf
drv/cdmf.c:881:[Function:cdplay]: fscanf
drv/cdmf.c:885:[Function:cdplay]: fscanf
drv/cdmf.c:889:[Function:cdplay]: fscanf
drv/cdmf.c:893:[Function:cdplay]: fscanf
drv/cdmf.c:897:[Function:cdplay]: fscanf
drv/cdmf.c:901:[Function:cdplay]: fscanf
drv/cdmf.c:905:[Function:cdplay]: fscanf
drv/cdmf.c:909:[Function:cdplay]: fscanf
drv/cdmf.c:913:[Function:cdplay]: fscanf
drv/cdmf.c:917:[Function:cdplay]: fscanf
drv/cdmf.c:921:[Function:cdplay]: fscanf
drv/cdmf.c:925:[Function:cdplay]: fscanf
drv/cdmf.c:929:[Function:cdplay]: fscanf
drv/cdmf.c:933:[Function:cdplay]: fscanf
drv/cdmf.c:940:[Function:cdplay]: fscanf
drv/cdmf.c:944:[Function:cdplay]: fscanf
drv/cdmf.c:948:[Function:cdplay]: fscanf
drv/cdmf.c:952:[Function:cdplay]: fscanf
drv/cdmf.c:956:[Function:cdplay]: fscanf
drv/cdmf.c:960:[Function:cdplay]: fscanf
drv/cdmf.c:964:[Function:cdplay]: fscanf
drv/cdmf.c:968:[Function:cdplay]: fscanf
drv/cdmf.c:972:[Function:cdplay]: fscanf
drv/cdmf.c:975:[Function:cdplay]: fscanf
drv/cdmf.c:980:[Function:cdplay]: fscanf
drv/cdmf.c:984:[Function:cdplay]: fscanf
drv/cdmf.c:988:[Function:cdplay]: fscanf
drv/cdmf.c:992:[Function:cdplay]: fscanf
drv/cdmf.c:998:[Function:cdplay]: fscanf
drv/cdmf.c:1005:[Function:cdplay]: fscanf
drv/cdmf.c:1011:[Function:cdplay]: fscanf
drv/cdmf.c:1018:[Function:cdplay]: fscanf
drv/cdmf.c:1023:[Function:cdplay]: fscanf
drv/cdmf.c:1027:[Function:cdplay]: fscanf
drv/cdmf.c:1031:[Function:cdplay]: fscanf
drv/cdmf.c:1035:[Function:cdplay]: fscanf
drv/cdmf.c:1039:[Function:cdplay]: fscanf
drv/cdmf.c:1043:[Function:cdplay]: fscanf
drv/cdmf.c:1047:[Function:cdplay]: fscanf
drv/cdmf.c:1051:[Function:cdplay]: fscanf
drv/cdmf.c:1058:[Function:cdplay]: fscanf
drv/cdmf.c:1062:[Function:cdplay]: fscanf
drv/cdmf.c:1066:[Function:cdplay]: fscanf
drv/cdmf.c:1073:[Function:cdplay]: fscanf
drv/cdmf.c:1084:[Function:cdplay]: fscanf
drv/cdmf.c:1092:[Function:cdplay]: fscanf
drv/cdmf.c:1105:[Function:cdplay]: fscanf
drv/cdmf.c:1111:[Function:cdplay]: fscanf
drv/cdmf.c:1119:[Function:cdplay]: fscanf
drv/cdmf.c:1127:[Function:cdplay]: fscanf
drv/cdmf.c:1131:[Function:cdplay]: fscanf
drv/cdmf.c:1138:[Function:cdplay]: fscanf
drv/cdmf.c:1149:[Function:cdplay]: fscanf
drv/cdmf.c:1157:[Function:cdplay]: fscanf
drv/cdmf.c:1170:[Function:cdplay]: fscanf
drv/cdmf.c:1176:[Function:cdplay]: fscanf
drv/cdmf.c:1184:[Function:cdplay]: fscanf
drv/cdmf.c:1192:[Function:cdplay]: fscanf
drv/cdmf.c:1196:[Function:cdplay]: fscanf
drv/cdmf.c:1200:[Function:cdplay]: fscanf
drv/cdmf.c:1204:[Function:cdplay]: fscanf
drv/cdmf.c:1208:[Function:cdplay]: fscanf
drv/cdmf.c:1212:[Function:cdplay]: fscanf
drv/cdmf.c:1216:[Function:cdplay]: fscanf
drv/cdmf.c:1220:[Function:cdplay]: fscanf
drv/cdmf.c:1224:[Function:cdplay]: fscanf
drv/cdmf.c:1228:[Function:cdplay]: fscanf
drv/cdmf.c:1232:[Function:cdplay]: fscanf
drv/cdmf.c:1236:[Function:cdplay]: fscanf
drv/cdmf.c:1240:[Function:cdplay]: fscanf
drv/cdmf.c:1244:[Function:cdplay]: fscanf
drv/cdmf.c:1248:[Function:cdplay]: fscanf
gdk/cdgdkclp.c:40:[Function:cdkillcanvas]: fread
statement with no effect [-Wunused-value]:
minizip/zip.c:1070:[Function:zipOpenNewFileInZip4_64]:
(crcForCrypting);
variable <VAR> set but not used [-Wunused-but-set-variable]:
pdflib/pdflib/p_afm.c:540:[Function:pdf_process_metrics_data]: nalloc
pdflib/pdflib/p_cid.c:44:[Function:pdf_handle_cidfont]: isstdfont
pdflib/pdflib/p_color.c:477:[Function:pdf_init_colorspaces]: slot
pdflib/pdflib/p_color.c:624:[Function:pdf_write_colormap]: base
pdflib/pdflib/p_document.c:1924:[Function:pdf__end_document]: doc
pdflib/pdflib/p_params.c:571:[Function:pdf__set_value]: ppt
pdflib/pdflib/p_template.c:101:[Function:pdf__begin_template]: verbose
pdflib/pdflib/p_text.c:2587:[Function:pdf_fit_textline_internal]:
hasfitbox
pdflib/pdflib/p_truetype.c:39:[Function:pdf_get_metrics_tt]: ev
pdflib/pdflib/p_truetype.c:34:[Function:pdf_get_metrics_tt]: kbfilesize
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users