[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [IUP-users, lua-l] IM, CD and IUP build warnings, updated
- From: sur-behoffski <sur_behoffski@...>
- Date: Mon, 20 May 2019 21:00:46 +0930
G'day,
[CC:ing this to the lua-l list; I hope that this message is not too
off-topic. I won't cross-post again, unless I get strong vibes that the
lua-l community appreciates knowing about this stuff.]
This message is regarding PUC's Tecgraf IM/CD/IUP graphics packages and
GNU/Linux compatibility.
I was hoping to have released some "assistant" software that eased building
IM, CD and IUP on GNU/Linux Mint around March; however, a hardware failure
has set me back, and I've had to re-engineer some things that were lost;
hopefully, I'll have something to report in a while; things are gradually
getting back to functioning again (sometimes, with some refactoring that
made things simpler and more consistent):
I have been able to update to the current (as of this afternoon) revisions
of the Tecgraf packages: IM-r743, CD-r834 and IUP-r5188.
I've been able to compile and link them on my Linux Mint (Debian->Ubuntu
based) 18.3 system, using both GCC-6.5 and GCC-7.4 compilers.
Attached is a the usual "parse-build.lua" summary of the warning messages:
For gcc 6.5:
im-mint-summary-gcc6.5-r743.out
cd-mint-summary-gcc6.5-r834.out
iup-mint-summary-gcc6.5-r5188.out
For gcc 7.4:
im-mint-summary-gcc7.4-r743.out
cd-mint-summary-gcc7.4-r834.out
iup-mint-summary-gcc7.4-r5188.out
As always, my hope is that the community can work towards zero-warning
compilation, as a change from zero warnings to one is much more
noticeable than a change from 40 warnings to 41, and the warning just
might highlight something that could be a weakness in the code.
Incidentally, the Mars Rover team wrote 3.8 million lines of C code,
and could not afford to have paragraph-by-paragraph code inspections.
They used warnings from a number of different tools, including gcc,
(first with "-Wall", then later with "-Wall -Werror", and THEN later
with "-Wpedantic -Wall -Werror"), with interfaces showing how different
developers' modules were scoring/faring with different code quality
tools.
For a marvellous presentation on this, see the USENIX 12 presentation
"Mars Code" by Gerard Holzmann of the JPL Laboratory for Reliable Software:
https://www.usenix.org/conference/hotdep12/workshop-program/presentation/Holzmann
The video of the presentation (available for download) is highly
entertaining and enlightening.
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]
<FUNC> is deprecated [-Wdeprecated-declarations]
<FUNC1> is deprecated: Use <FUNC2> instead [-Wdeprecated-declarations]
assignment discards <TYPE> qualifier from pointer target type [-Wdiscarded-qualifiers]
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]
assignment from incompatible pointer type [-Wincompatible-pointer-types]
initialization from incompatible pointer type [-Wincompatible-pointer-types]
passing argument <NUM> of <FUNC> from incompatible pointer type [-Wincompatible-pointer-types]
<VAR> may be used uninitialized in this function [-Wmaybe-uninitialized]
missing braces around initializer [-Wmissing-braces]
suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
suggest parentheses around '&&' within '||' [-Wparentheses]
no return statement in function returning non-void [-Wreturn-type]
control reaches end of non-void function [-Wreturn-type]
this 'else' clause does not guard... [-Wmisleading-indentation]
this 'for' 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]
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
enumeration value <ENUM> not handled in switch [-Wswitch]
<EXPRESSION> is used uninitialized in this function [-Wuninitialized]
<VAR> defined but not used [-Wunused-const-variable=]
<FUNC> declared <TYPE> but never defined [-Wunused-function]
label <LABEL> defined but not used [-Wunused-label]
value computed is not used [-Wunused-value]
unused variable <VAR> [-Wunused-variable]
deprecated conversion from string constant to <TYPE> [-Wwrite-strings]
(End of list.)
suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]:
lua5/imlua_process.c:55:[Function:imluaProcessSplitComplex]:
lua5/imlua_process.c:61:[Function:imluaProcessMergeComplex]:
lua5/imlua_process.c:55:[Function:imluaProcessAutoCovariance]:
lua5/imlua_process.c:55:[Function:imluaProcessNormalizeComponents]:
lua5/imlua_process.c:55:[Function:imluaProcessNormDiffRatio]:
lua5/imlua_process.c:55:[Function:imluaProcessSplitComplex]:
lua5/imlua_process.c:61:[Function:imluaProcessMergeComplex]:
lua5/imlua_process.c:55:[Function:imluaProcessAutoCovariance]:
lua5/imlua_process.c:55:[Function:imluaProcessNormalizeComponents]:
lua5/imlua_process.c:55:[Function:imluaProcessNormDiffRatio]:
comparison between <ENUM1> and <ENUM2> [-Wenum-compare]:
libexif/fuji/mnote-fuji-entry.c:233:[Function:mnote_fuji_entry_get_value]: ExifTag {aka const enum <anonymous>} MnoteFujiTag {aka enum _MnoteFujiTag}
libexif/olympus/mnote-olympus-entry.c:430:[Function:mnote_olympus_entry_get_value]: ExifTag {aka const enum <anonymous>} MnoteOlympusTag {aka enum _MnoteOlympusTag}
libexif/olympus/mnote-olympus-entry.c:500:[Function:mnote_olympus_entry_get_value]: ExifTag {aka const enum <anonymous>} MnoteOlympusTag {aka enum _MnoteOlympusTag}
libexif/pentax/mnote-pentax-entry.c:347:[Function:mnote_pentax_entry_get_value]: ExifTag {aka const enum <anonymous>} MnotePentaxTag {aka enum _MnotePentaxTag}
libexif/pentax/mnote-pentax-entry.c:371:[Function:mnote_pentax_entry_get_value]: ExifTag {aka const enum <anonymous>} MnotePentaxTag {aka enum _MnotePentaxTag}
format <FMT> expects argument of type <TYPE1>, but argument <NUM> has type <TYPE2> [-Wformat=]:
libtiff/tif_predict.c:645:[Function:PredictorEncodeTile]: %u unsigned int 4 tmsize_t {aka long unsigned int}
libexif/fuji/exif-mnote-data-fuji.c:227:[Function:exif_mnote_data_fuji_load]: %u unsigned int 5 size_t {aka long unsigned int}
libexif/canon/exif-mnote-data-canon.c:270:[Function:exif_mnote_data_canon_load]: %u unsigned int 5 size_t {aka long unsigned int}
libexif/olympus/exif-mnote-data-olympus.c:485:[Function:exif_mnote_data_olympus_load]: %u unsigned int 5 size_t {aka long unsigned int}
libexif/pentax/exif-mnote-data-pentax.c:310:[Function:exif_mnote_data_pentax_load]: %u unsigned int 5 size_t {aka long unsigned int}
libjasper/base/jas_debug.c:128:[Function:jas_memdump]: %x unsigned int 3 size_t {aka long unsigned int}
libjasper/jpc/jpc_mqenc.c:388:[Function:jpc_mqenc_dump]: %d int 3 long int
libjasper/jpc/jpc_mqdec.c:303:[Function:jpc_mqdec_dump]: %d int 3 long int
libjasper/jpc/jpc_mqdec.c:304:[Function:jpc_mqdec_dump]: %d int 3 long int
implicit declaration of function <FUNC> [-Wimplicit-function-declaration]:
libjasper/jpc/jpc_qmfb.c:1618:[Function:jpc_ft_synthesize]: jas_do_progress
implicit declaration of function <FUNC1>; did you mean <FUNC2>? [-Wimplicit-function-declaration]:
libjasper/base/jas_getopt.c:129:[Function:jas_getopt]: jas_eprintf vsnprintf
libjasper/jpc/jpc_qmfb.c:1619:[Function:jpc_ft_synthesize]: jas_test_abort jas_seq_start
libjasper/jpc/jpc_tsfb.c:124:[Function:jpc_tsfb_analyze]: jpc_tsfb_analyze2 jpc_tsfb_analyze
libjasper/jpc/jpc_tsfb.c:151:[Function:jpc_tsfb_synthesize]: jpc_tsfb_synthesize2 jpc_tsfb_synthesize
libjasper/jpc/jpc_t1dec.c:248:[Function:jpc_dec_decodecblk]: jas_eprintf vsnprintf
cast to pointer from integer of different size [-Wint-to-pointer-cast]:
tiff_binfile.c:74:[Function:TIFFFdOpen]:
tif = TIFFClientOpen(name, mode, (thandle_t) fd, iTIFFReadProc, iTIFFWriteProc,
im_format_tiff.cpp:693:[MemeberFunction:virtual void* imFileFormatTIFF::Handle(int)]:
return (void*)this->tiff->tif_fd;
<VAR> is usually a function [-Wmain]:
libjpeg/jdmainct.c:162:[Function:alloc_funny_pointers]: main
libjpeg/jdmainct.c:203:[Function:make_funny_pointers]: main
libjpeg/jdmainct.c:243:[Function:set_wraparound_pointers]: main
libjpeg/jdmainct.c:272:[Function:set_bottom_pointers]: main
libjpeg/jdmainct.c:309:[Function:start_pass_main]: main
libjpeg/jdmainct.c:349:[Function:process_data_simple_main]: main
libjpeg/jdmainct.c:389:[Function:process_data_context_main]: main
libjpeg/jdmainct.c:478:[Function:jinit_d_main_controller]: main
libjpeg/jcmainct.c:71:[Function:start_pass_main]: main
libjpeg/jcmainct.c:117:[Function:process_data_simple_main]: main
libjpeg/jcmainct.c:247:[Function:jinit_c_main_controller]: main
the use of `tmpnam' is dangerous, better use `mkstemp':
jas_stream.c:[At:(.text+0x6c1)]:
suggest parentheses around assignment used as truth value [-Wparentheses]:
libjasper/base/jas_image.c:230:[Function:jas_box_alloc]:
if ( box->buf = (uint_fast8_t *) jas_malloc( size ) )
comparison between pointer and zero character constant [-Wpointer-compare]:
libjasper/jpc/jpc_util.c:105:[Function:jpc_atoaf]:
libjasper/jpc/jpc_util.c:123:[Function:jpc_atoaf]:
cast from pointer to integer of different size [-Wpointer-to-int-cast]:
libjasper/base/jas_image.c:232:[Function:jas_box_alloc]:
return (bool) box->buf;
libjasper/jpc/jpc_t1enc.c:135:[Function:jpc_enc_enccblks]:
jas_do_progress( (int) lvl, (int) (endlvls-1), "jpc: encode" );
libjasper/jpc/jpc_t1enc.c:135:[Function:jpc_enc_enccblks]:
jas_do_progress( (int) lvl, (int) (endlvls-1), "jpc: encode" );
<VAR> will be initialized after [-Wreorder]:
im_format_jp2.cpp:109:[Constructor:imFileFormatJP2::imFileFormatJP2(const imFormat*)]: imFileFormatJP2::image
jas_image_t *image;
^~~~~
im_format_jp2.cpp:108:17: warning: 'jas_stream_t* imFileFormatJP2::stream' [-Wreorder]
jas_stream_t *stream;
^~~~~~
im_format_jp2.cpp:112:3: warning: when initialized here [-Wreorder]
imFileFormatJP2(const imFormat* _iformat) : imFileFormatBase(_iformat), image(0), stream(0), fmtid(-1) {}
^~~~~~~~~~~~~~~
im_format_jp2.cpp:108:[Constructor:imFileFormatJP2::imFileFormatJP2(const imFormat*)]: imFileFormatJP2::stream
jas_stream_t *stream;
^~~~~~
im_format_jp2.cpp:107:7: warning: 'int imFileFormatJP2::fmtid' [-Wreorder]
int fmtid;
^~~~~
im_format_jp2.cpp:112:3: warning: when initialized here [-Wreorder]
imFileFormatJP2(const imFormat* _iformat) : imFileFormatBase(_iformat), image(0), stream(0), fmtid(-1) {}
^~~~~~~~~~~~~~~
case value <LABEL> not in enumerated type <ENUM> [-Wswitch]:
libexif/exif-entry.c:1199:[Function:exif_entry_get_value]: 0 ExifTag {aka enum <anonymous>}
libexif/exif-entry.c:1226:[Function:exif_entry_get_value]: 5 ExifTag {aka enum <anonymous>}
libexif/exif-entry.c:1239:[Function:exif_entry_get_value]: 7 ExifTag {aka enum <anonymous>}
this 'if' clause does not guard... [-Wmisleading-indentation]:
libtiff/tif_read.c:495:[Function:TIFFFillStrip]:
if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
^~
libtiff/tif_read.c:498:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if ((tif->tif_flags&TIFF_NOREADRAW)==0)
^~
libtiff/tif_read.c:798:[Function:TIFFFillTile]:
if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
^~
libtiff/tif_read.c:801:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if ((tif->tif_flags&TIFF_NOREADRAW)==0)
^~
libtiff/tif_read.c:960:[Function:TIFFStartStrip]:
if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
^~
libtiff/tif_read.c:963:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
^~
libtiff/tif_dirread.c:4272:[Function:EstimateStripByteCounts]:
if( !_TIFFFillStriles( tif ) )
^~
libtiff/tif_dirread.c:4275:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (td->td_stripbytecount)
^~
process/im_analyze.cpp:727:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:727:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:737:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:737:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:747:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:747:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:840:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:840:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:969:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:969:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:727:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:727:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:737:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:737:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:747:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:747:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:840:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:840:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:969:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:969:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
<FUNC> defined but not used [-Wunused-function]:
libjasper/jpc/jpc_enc.c:886:[Function:jpc_enc_encodemainbody]: jpc_calcssexp
libjasper/jpc/jpc_enc.c:870:[Function:jpc_enc_encodemainbody]: jpc_calcssmant
ignoring return value of <FUNC>, declared with attribute warn_unused_result [-Wunused-result]:
libjasper/base/jas_stream.c:369:[Function:jas_stream_tmpfile]: tmpnam
statement with no effect [-Wunused-value]:
libexif/fuji/mnote-fuji-tag.c:46:[Function:mnote_fuji_tag_get_title]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/fuji/mnote-fuji-tag.c:46:[Function:mnote_fuji_tag_get_description]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/canon/mnote-canon-tag.c:46:[Function:mnote_canon_tag_get_title]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/canon/mnote-canon-tag.c:46:[Function:mnote_canon_tag_get_description]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/olympus/mnote-olympus-tag.c:46:[Function:mnote_olympus_tag_get_title]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/olympus/mnote-olympus-tag.c:46:[Function:mnote_olympus_tag_get_description]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/pentax/mnote-pentax-tag.c:46:[Function:mnote_pentax_tag_get_title]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/pentax/mnote-pentax-tag.c:46:[Function:mnote_pentax_tag_get_description]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/exif-entry.c:46:[Function:exif_entry_get_value]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/exif-format.c:46:[Function:exif_format_get_name]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/exif-tag.c:46:[Function:exif_tag_get_title_in_ifd]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/exif-tag.c:46:[Function:exif_tag_get_description_in_ifd]:
# define bindtextdomain(Domain,Directory) (Domain)
<VAR> defined but not used [-Wunused-variable]:
libjasper/jp2/jp2_cod.h:132:[#included-from:libjasper/jp2/jp2_cod.h:132]: xmp_uuid
libjasper/jp2/jp2_cod.h:125:[#included-from:libjasper/jp2/jp2_cod.h:125]: msi_uuid
libjasper/jp2/jp2_cod.h:132:[#included-from:libjasper/jp2/jp2_cod.h:132]: xmp_uuid
variable <VAR> set but not used [-Wunused-but-set-variable]:
libtiff/tif_open.c:106:[Function:TIFFClientOpen]: n
libexif/olympus/mnote-olympus-entry.c:343:[Function:mnote_olympus_entry_get_value]: d
libjasper/base/jas_icc.c:1072:[Function:jas_icctxtdesc_copy]: txtdesc
libjasper/base/jas_icc.c:1259:[Function:jas_icclut8_copy]: lut8
libjasper/base/jas_image.c:1360:[Function:jas_image_chclrspc]: numoutchans
libjasper/base/jas_image.c:1353:[Function:jas_image_chclrspc]: numinauxchans
libjasper/jp2/jp2_dec.c:115:[Function:jp2_decode]: cdefd
libjasper/jpc/jpc_t1enc.c:210:[Function:jpc_enc_enccblk]: rlvl
libjasper/jpc/jpc_t1enc.c:205:[Function:jpc_enc_enccblk]: ret
libjasper/jpc/jpc_dec.c:438:[Function:jpc_dec_process_crg]: crg
libjasper/jpc/jpc_dec.c:702:[Function:jpc_dec_tileinit]: brcbgyend
libjasper/jpc/jpc_enc.c:873:[Function:jpc_calcssmant]: e
libjasper/jpc/jpc_enc.c:904:[Function:jpc_enc_encodemainhdr]: mctsynweight
libjasper/jpc/jpc_enc.c:1121:[Function:jpc_enc_encodemainbody]: numbytes
libjasper/jpc/jpc_enc.c:1107:[Function:jpc_enc_encodemainbody]: tiley
libjasper/jpc/jpc_enc.c:1106:[Function:jpc_enc_encodemainbody]: tilex
warning: ISO C++ forbids converting a string constant to <TYPE> [-Wwrite-strings]:
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_png.cpp:597:[MemeberFunction:void imFileFormatPNG::iWriteAttrib(imAttribTable*)]: png_charp {aka char*}
* 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
* 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]
format not a string literal and no format arguments [-Wformat-security]
implicit declaration of function <FUNC> [-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.)
<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 1 byte into a region of size between 0 and <BYTECOUNT> [-Wformat-overflow=]:
cd_text.c:310:[Function:cdCanvasNativeFont]: 1023
<DIRECTIVE> directive writing <BYTECOUNT1> bytes into a region of size between <BYTECOUNT2> and <BYTECOUNT3> [-Wformat-overflow=]:
svg/cdsvg.c:933:[Function:cdfont]: px 2 0 9
drv/pptx.c:690:[Function:pptxOpenSlide]: /ppt/slides/slide 17 1 10240
drv/pptx.c:696:[#included-from:drv/pptx.c: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
<DIRECTIVE> directive writing up to <BYTECOUNT1> bytes into a region of size <BYTECOUNT2> [-Wformat-overflow=]:
pdflib/pdcore/pc_core.c:982:[Function:pdc_error.part.1]: %s 10239 10234
implicit declaration of function <FUNC1>; did you mean <FUNC2>? [-Wimplicit-function-declaration]:
drv/cdgl.c:735:[Function:cdgetfontdim]: ftglGetFontMaxWidth ftglGetFontAscender
drv/cdgl.c:979:[Function:cdftext]: ftglSetNearestFilter ftglSetLayoutFont
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:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:18]:
static cd_font_styles helv[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
sim/cdfontex.c:[At:277]:
static cd_font_styles times[256] = {
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 were 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 were 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 were 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 were 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
* 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]
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]
assignment from incompatible pointer type [-Wincompatible-pointer-types]
initialization from incompatible pointer type [-Wincompatible-pointer-types]
passing argument <NUM> of <FUNC> from incompatible pointer type [-Wincompatible-pointer-types]
<VAR> may be used uninitialized in this function [-Wmaybe-uninitialized]
missing braces around initializer [-Wmissing-braces]
suggest parentheses around '&&' within '||' [-Wparentheses]
comparison between pointer and zero character constant [-Wpointer-compare]
no return statement in function returning non-void [-Wreturn-type]
control reaches end of non-void function [-Wreturn-type]
this 'else' clause does not guard... [-Wmisleading-indentation]
this 'for' 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]
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
enumeration value <ENUM> not handled in switch [-Wswitch]
<EXPRESSION> is used uninitialized in this function [-Wuninitialized]
<VAR> defined but not used [-Wunused-const-variable=]
<FUNC> declared <TYPE> but never defined [-Wunused-function]
label <LABEL> defined but not used [-Wunused-label]
value computed is not used [-Wunused-value]
unused variable <VAR> [-Wunused-variable]
deprecated conversion from string constant to <TYPE> [-Wwrite-strings]
(End of list.)
comparison between <ENUM1> and <ENUM2> [-Wenum-compare]:
libexif/fuji/mnote-fuji-entry.c:233:[Function:mnote_fuji_entry_get_value]: ExifTag {aka const enum <anonymous>} MnoteFujiTag {aka enum _MnoteFujiTag}
libexif/olympus/mnote-olympus-entry.c:430:[Function:mnote_olympus_entry_get_value]: ExifTag {aka const enum <anonymous>} MnoteOlympusTag {aka enum _MnoteOlympusTag}
libexif/olympus/mnote-olympus-entry.c:500:[Function:mnote_olympus_entry_get_value]: ExifTag {aka const enum <anonymous>} MnoteOlympusTag {aka enum _MnoteOlympusTag}
libexif/pentax/mnote-pentax-entry.c:347:[Function:mnote_pentax_entry_get_value]: ExifTag {aka const enum <anonymous>} MnotePentaxTag {aka enum _MnotePentaxTag}
libexif/pentax/mnote-pentax-entry.c:371:[Function:mnote_pentax_entry_get_value]: ExifTag {aka const enum <anonymous>} MnotePentaxTag {aka enum _MnotePentaxTag}
format <FMT> expects argument of type <TYPE1>, but argument <NUM> has type <TYPE2> [-Wformat=]:
libtiff/tif_predict.c:645:[Function:PredictorEncodeTile]: %u unsigned int 4 tmsize_t {aka long unsigned int}
libexif/fuji/exif-mnote-data-fuji.c:227:[Function:exif_mnote_data_fuji_load]: %u unsigned int 5 size_t {aka long unsigned int}
libexif/canon/exif-mnote-data-canon.c:270:[Function:exif_mnote_data_canon_load]: %u unsigned int 5 size_t {aka long unsigned int}
libexif/olympus/exif-mnote-data-olympus.c:485:[Function:exif_mnote_data_olympus_load]: %u unsigned int 5 size_t {aka long unsigned int}
libexif/pentax/exif-mnote-data-pentax.c:310:[Function:exif_mnote_data_pentax_load]: %u unsigned int 5 size_t {aka long unsigned int}
libjasper/base/jas_debug.c:128:[Function:jas_memdump]: %x unsigned int 3 size_t {aka long unsigned int}
libjasper/jpc/jpc_mqenc.c:388:[Function:jpc_mqenc_dump]: %d int 3 long int
libjasper/jpc/jpc_mqdec.c:303:[Function:jpc_mqdec_dump]: %d int 3 long int
libjasper/jpc/jpc_mqdec.c:304:[Function:jpc_mqdec_dump]: %d int 3 long int
implicit declaration of function <FUNC> [-Wimplicit-function-declaration]:
libjasper/base/jas_getopt.c:129:[Function:jas_getopt]: jas_eprintf
libjasper/jpc/jpc_qmfb.c:1618:[Function:jpc_ft_synthesize]: jas_do_progress
libjasper/jpc/jpc_qmfb.c:1619:[Function:jpc_ft_synthesize]: jas_test_abort
libjasper/jpc/jpc_tsfb.c:124:[Function:jpc_tsfb_analyze]: jpc_tsfb_analyze2
libjasper/jpc/jpc_tsfb.c:151:[Function:jpc_tsfb_synthesize]: jpc_tsfb_synthesize2
libjasper/jpc/jpc_t1dec.c:248:[Function:jpc_dec_decodecblk]: jas_eprintf
cast to pointer from integer of different size [-Wint-to-pointer-cast]:
tiff_binfile.c:74:[Function:TIFFFdOpen]:
tif = TIFFClientOpen(name, mode, (thandle_t) fd, iTIFFReadProc, iTIFFWriteProc,
im_format_tiff.cpp:693:[MemeberFunction:virtual void* imFileFormatTIFF::Handle(int)]:
return (void*)this->tiff->tif_fd;
<VAR> is usually a function [-Wmain]:
libjpeg/jdmainct.c:162:[Function:alloc_funny_pointers]: main
libjpeg/jdmainct.c:203:[Function:make_funny_pointers]: main
libjpeg/jdmainct.c:243:[Function:set_wraparound_pointers]: main
libjpeg/jdmainct.c:272:[Function:set_bottom_pointers]: main
libjpeg/jdmainct.c:309:[Function:start_pass_main]: main
libjpeg/jdmainct.c:349:[Function:process_data_simple_main]: main
libjpeg/jdmainct.c:389:[Function:process_data_context_main]: main
libjpeg/jdmainct.c:478:[Function:jinit_d_main_controller]: main
libjpeg/jcmainct.c:71:[Function:start_pass_main]: main
libjpeg/jcmainct.c:117:[Function:process_data_simple_main]: main
libjpeg/jcmainct.c:247:[Function:jinit_c_main_controller]: main
the use of `tmpnam' is dangerous, better use `mkstemp':
jas_stream.c:[At:(.text+0x6e6)]:
suggest parentheses around assignment used as truth value [-Wparentheses]:
libjasper/base/jas_image.c:230:[Function:jas_box_alloc]:
if ( box->buf = (uint_fast8_t *) jas_malloc( size ) )
suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]:
lua5/imlua_process.c:55:[Function:imluaProcessSplitComplex]:
if (((_si)->data_type == IM_DOUBLE) || ((_si)->data_type == IM_CDOUBLE)) \
lua5/imlua_process.c:61:[Function:imluaProcessMergeComplex]:
if (((_si)->data_type == IM_DOUBLE) || ((_si)->data_type == IM_CDOUBLE)) \
lua5/imlua_process.c:55:[Function:imluaProcessAutoCovariance]:
if (((_si)->data_type == IM_DOUBLE) || ((_si)->data_type == IM_CDOUBLE)) \
lua5/imlua_process.c:55:[Function:imluaProcessNormalizeComponents]:
if (((_si)->data_type == IM_DOUBLE) || ((_si)->data_type == IM_CDOUBLE)) \
lua5/imlua_process.c:55:[Function:imluaProcessNormDiffRatio]:
if (((_si)->data_type == IM_DOUBLE) || ((_si)->data_type == IM_CDOUBLE)) \
lua5/imlua_process.c:55:[Function:imluaProcessSplitComplex]:
if (((_si)->data_type == IM_DOUBLE) || ((_si)->data_type == IM_CDOUBLE)) \
lua5/imlua_process.c:61:[Function:imluaProcessMergeComplex]:
if (((_si)->data_type == IM_DOUBLE) || ((_si)->data_type == IM_CDOUBLE)) \
lua5/imlua_process.c:55:[Function:imluaProcessAutoCovariance]:
if (((_si)->data_type == IM_DOUBLE) || ((_si)->data_type == IM_CDOUBLE)) \
lua5/imlua_process.c:55:[Function:imluaProcessNormalizeComponents]:
if (((_si)->data_type == IM_DOUBLE) || ((_si)->data_type == IM_CDOUBLE)) \
lua5/imlua_process.c:55:[Function:imluaProcessNormDiffRatio]:
if (((_si)->data_type == IM_DOUBLE) || ((_si)->data_type == IM_CDOUBLE)) \
cast from pointer to integer of different size [-Wpointer-to-int-cast]:
libjasper/base/jas_image.c:232:[Function:jas_box_alloc]:
return (bool) box->buf;
libjasper/jpc/jpc_t1enc.c:135:[Function:jpc_enc_enccblks]:
jas_do_progress( (int) lvl, (int) (endlvls-1), "jpc: encode" );
libjasper/jpc/jpc_t1enc.c:135:[Function:jpc_enc_enccblks]:
jas_do_progress( (int) lvl, (int) (endlvls-1), "jpc: encode" );
<VAR> will be initialized after [-Wreorder]:
im_format_jp2.cpp:109:[Constructor:imFileFormatJP2::imFileFormatJP2(const imFormat*)]: imFileFormatJP2::image
jas_image_t *image;
^~~~~
im_format_jp2.cpp:108:17: warning: 'jas_stream_t* imFileFormatJP2::stream' [-Wreorder]
jas_stream_t *stream;
^~~~~~
im_format_jp2.cpp:112:3: warning: when initialized here [-Wreorder]
imFileFormatJP2(const imFormat* _iformat) : imFileFormatBase(_iformat), image(0), stream(0), fmtid(-1) {}
^~~~~~~~~~~~~~~
im_format_jp2.cpp:108:[Constructor:imFileFormatJP2::imFileFormatJP2(const imFormat*)]: imFileFormatJP2::stream
jas_stream_t *stream;
^~~~~~
im_format_jp2.cpp:107:7: warning: 'int imFileFormatJP2::fmtid' [-Wreorder]
int fmtid;
^~~~~
im_format_jp2.cpp:112:3: warning: when initialized here [-Wreorder]
imFileFormatJP2(const imFormat* _iformat) : imFileFormatBase(_iformat), image(0), stream(0), fmtid(-1) {}
^~~~~~~~~~~~~~~
case value <LABEL> not in enumerated type <ENUM> [-Wswitch]:
libexif/exif-entry.c:1199:[Function:exif_entry_get_value]: 0 ExifTag {aka enum <anonymous>}
libexif/exif-entry.c:1226:[Function:exif_entry_get_value]: 5 ExifTag {aka enum <anonymous>}
libexif/exif-entry.c:1239:[Function:exif_entry_get_value]: 7 ExifTag {aka enum <anonymous>}
this 'if' clause does not guard... [-Wmisleading-indentation]:
libtiff/tif_read.c:495:[Function:TIFFFillStrip]:
if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
^~
libtiff/tif_read.c:498:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if ((tif->tif_flags&TIFF_NOREADRAW)==0)
^~
libtiff/tif_read.c:798:[Function:TIFFFillTile]:
if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
^~
libtiff/tif_read.c:801:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if ((tif->tif_flags&TIFF_NOREADRAW)==0)
^~
libtiff/tif_read.c:960:[Function:TIFFStartStrip]:
if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
^~
libtiff/tif_read.c:963:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
^~
libtiff/tif_dirread.c:4272:[Function:EstimateStripByteCounts]:
if( !_TIFFFillStriles( tif ) )
^~
libtiff/tif_dirread.c:4275:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (td->td_stripbytecount)
^~
process/im_analyze.cpp:727:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:727:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:737:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:737:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:747:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:747:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:840:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:840:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:969:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:969:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:727:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:727:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:737:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:737:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:747:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:747:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:840:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:840:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:969:[Function:int imAnalyzeMeasurePrincipalAxis(const imImage*, const int*, const double*, const double*, int, double*, double*, double*, double*)]:
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
process/im_analyze.cpp:969:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (cm20) free(cm20); if (cm02) free(cm02); if (cm11) free(cm11);
^~
<FUNC> defined but not used [-Wunused-function]:
libjasper/jpc/jpc_enc.c:886:[Function:jpc_enc_encodemainbody]: jpc_calcssexp
libjasper/jpc/jpc_enc.c:870:[Function:jpc_enc_encodemainbody]: jpc_calcssmant
ignoring return value of <FUNC>, declared with attribute warn_unused_result [-Wunused-result]:
libjasper/base/jas_stream.c:369:[Function:jas_stream_tmpfile]: tmpnam
statement with no effect [-Wunused-value]:
libexif/fuji/mnote-fuji-tag.c:46:[Function:mnote_fuji_tag_get_title]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/fuji/mnote-fuji-tag.c:46:[Function:mnote_fuji_tag_get_description]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/canon/mnote-canon-tag.c:46:[Function:mnote_canon_tag_get_title]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/canon/mnote-canon-tag.c:46:[Function:mnote_canon_tag_get_description]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/olympus/mnote-olympus-tag.c:46:[Function:mnote_olympus_tag_get_title]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/olympus/mnote-olympus-tag.c:46:[Function:mnote_olympus_tag_get_description]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/pentax/mnote-pentax-tag.c:46:[Function:mnote_pentax_tag_get_title]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/pentax/mnote-pentax-tag.c:46:[Function:mnote_pentax_tag_get_description]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/exif-entry.c:46:[Function:exif_entry_get_value]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/exif-format.c:46:[Function:exif_format_get_name]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/exif-tag.c:46:[Function:exif_tag_get_title_in_ifd]:
# define bindtextdomain(Domain,Directory) (Domain)
libexif/exif-tag.c:46:[Function:exif_tag_get_description_in_ifd]:
# define bindtextdomain(Domain,Directory) (Domain)
<VAR> defined but not used [-Wunused-variable]:
libjasper/jp2/jp2_cod.h:132:[#included-from:libjasper/jp2/jp2_cod.h:132]: xmp_uuid
libjasper/jp2/jp2_cod.h:125:[#included-from:libjasper/jp2/jp2_cod.h:125]: msi_uuid
libjasper/jp2/jp2_cod.h:132:[#included-from:libjasper/jp2/jp2_cod.h:132]: xmp_uuid
variable <VAR> set but not used [-Wunused-but-set-variable]:
libtiff/tif_open.c:106:[Function:TIFFClientOpen]: n
libexif/olympus/mnote-olympus-entry.c:343:[Function:mnote_olympus_entry_get_value]: d
libjasper/base/jas_icc.c:1072:[Function:jas_icctxtdesc_copy]: txtdesc
libjasper/base/jas_icc.c:1259:[Function:jas_icclut8_copy]: lut8
libjasper/base/jas_image.c:1360:[Function:jas_image_chclrspc]: numoutchans
libjasper/base/jas_image.c:1353:[Function:jas_image_chclrspc]: numinauxchans
libjasper/jp2/jp2_dec.c:115:[Function:jp2_decode]: cdefd
libjasper/jpc/jpc_t1enc.c:210:[Function:jpc_enc_enccblk]: rlvl
libjasper/jpc/jpc_t1enc.c:205:[Function:jpc_enc_enccblk]: ret
libjasper/jpc/jpc_dec.c:438:[Function:jpc_dec_process_crg]: crg
libjasper/jpc/jpc_dec.c:702:[Function:jpc_dec_tileinit]: brcbgyend
libjasper/jpc/jpc_enc.c:873:[Function:jpc_calcssmant]: e
libjasper/jpc/jpc_enc.c:904:[Function:jpc_enc_encodemainhdr]: mctsynweight
libjasper/jpc/jpc_enc.c:1121:[Function:jpc_enc_encodemainbody]: numbytes
libjasper/jpc/jpc_enc.c:1107:[Function:jpc_enc_encodemainbody]: tiley
libjasper/jpc/jpc_enc.c:1106:[Function:jpc_enc_encodemainbody]: tilex
warning: ISO C++ forbids converting a string constant to <TYPE> [-Wwrite-strings]:
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_tiff.cpp:[At:52]: char*
im_format_png.cpp:597:[MemeberFunction:void imFileFormatPNG::iWriteAttrib(imAttribTable*)]: png_charp {aka char*}
* No diagnostics for:
#include expects "FILENAME" or <FILENAME>
missing binary operator before token "("
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]
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]
<VAR> is usually a function [-Wmain]
<VAR> may be used uninitialized in this function [-Wmaybe-uninitialized]
missing braces around initializer [-Wmissing-braces]
suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
suggest parentheses around '&&' within '||' [-Wparentheses]
comparison between pointer and zero character constant [-Wpointer-compare]
<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]
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
enumeration value <ENUM> not handled in switch [-Wswitch]
<EXPRESSION> is used uninitialized in this function [-Wuninitialized]
<VAR> defined but not used [-Wunused-const-variable=]
<FUNC> declared <TYPE> but never defined [-Wunused-function]
statement with no effect [-Wunused-value]
unused variable <VAR> [-Wunused-variable]
deprecated conversion from string constant to <TYPE> [-Wwrite-strings]
(End of list.)
converting to non-pointer type <TYPE> from NULL [-Wconversion-null]:
tuio/TuioClient.cpp:79:[Constructor:TUIO::TuioClient::TuioClient(int)]: pthread_t {aka long unsigned int}
tuio/TuioServer.cpp:70:[MemeberFunction:void TUIO::TuioServer::disablePeriodicMessages()]: pthread_t {aka long unsigned int}
<FUNC> is deprecated [-Wdeprecated-declarations]:
gtk/iupgtk_label.c:132:[Function:gtkLabelSetAlignmentAttrib]: gtk_misc_set_alignment
gtk/iupgtk_font.c:208:[Function:gtkFontUpdateWidget]: gtk_widget_override_font
gtk/iupgtk_filedlg.c:455:[Function:gtkFileDlgPopup]: gtk_widget_set_double_buffered
gtk/iupgtk_button.c:140:[Function:gtkButtonSetAlignmentAttrib]: gtk_button_set_alignment
gtk/iupgtk_toggle.c:238:[Function:gtkToggleSetAlignmentAttrib]: gtk_button_set_alignment
gtk/iupgtk_tree.c:2032:[Function:gtkTreeCellTextEditingStarted]: gtk_widget_override_font
gtk/iupgtk_canvas.c:494:[Function:gtkCanvasSetDXAttrib]: gtk_adjustment_value_changed
gtk/iupgtk_canvas.c:582:[Function:gtkCanvasSetDYAttrib]: gtk_adjustment_value_changed
gtk/iupgtk_canvas.c:670:[Function:gtkCanvasSetBgColorAttrib]: gtk_widget_set_double_buffered
gtk/iupgtk_canvas.c:671:[#included-from:gtk/iupgtk_canvas.c:671]: gtk_widget_set_double_buffered
gtk/iupgtk_canvas.c:679:[#included-from:gtk/iupgtk_canvas.c:679]: gtk_widget_set_double_buffered
gtk/iupgtk_canvas.c:680:[#included-from:gtk/iupgtk_canvas.c:680]: gtk_widget_set_double_buffered
gtk/iupgtk_canvas.c:684:[#included-from:gtk/iupgtk_canvas.c:684]: gtk_widget_set_double_buffered
gtk/iupgtk_canvas.c:685:[#included-from:gtk/iupgtk_canvas.c:685]: gtk_widget_set_double_buffered
gtk/iupgtk_common.c:151:[Function:iupdrvReparent]: gtk_widget_reparent
gtk/iupgtk_common.c:552:[Function:iupgtkSetFgColor]: gtk_widget_override_color
gtk/iupgtk_common.c:553:[#included-from:gtk/iupgtk_common.c:553]: gtk_widget_override_color
gtk/iupgtk_common.c:554:[#included-from:gtk/iupgtk_common.c:554]: gtk_widget_override_color
gtk/iupgtk_common.c:603:[Function:gtkEmptyCursor]: gdk_cursor_new
gtk/iupgtk_common.c:675:[Function:gtkGetCursor]: gdk_cursor_new
gtk/iupgtk_menu.c:120:[Function:gtkItemUpdateImage]: gtk_image_menu_item_get_image
gtk/iupgtk_menu.c:124:[#included-from:gtk/iupgtk_menu.c:124]: gtk_image_menu_item_set_image
gtk/iupgtk_menu.c:131:[#included-from:gtk/iupgtk_menu.c:131]: gtk_image_menu_item_set_image
<FUNC1> is deprecated: Use <FUNC2> instead [-Wdeprecated-declarations]:
gtk/iupgtk_open.c:303:[Function:gtkUpdateGlobalColors]: gtk_style_context_get_background_color gtk_render_background
gtk/iupgtk_open.c:314:[#included-from:gtk/iupgtk_open.c:314]: gtk_style_context_get_background_color gtk_render_background
gtk/iupgtk_open.c:318:[#included-from:gtk/iupgtk_open.c:318]: gtk_style_context_get_background_color gtk_render_background
gtk/iupgtk_tree.c:2842:[Function:gtkTreeMapMethod]: gdk_color_get_type gdk_rgba_get_type
gtk/iupgtk_menu.c:189:[Function:gtkItemActivate]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:310:[Function:gtkItemSetTitleImageAttrib]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:321:[Function:gtkItemSetImageAttrib]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:332:[Function:gtkItemSetImpressAttrib]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:374:[Function:gtkItemSetValueAttrib]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:402:[Function:gtkItemMapMethod]: gtk_image_menu_item_new_with_label gtk_menu_item_new_with_label
gtk/iupgtk_menu.c:478:[Function:gtkSubmenuSetImageAttrib]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:499:[Function:gtkSubmenuMapMethod]: gtk_image_menu_item_new_with_label gtk_menu_item_new_with_label
gtk/iupgtk_info.c:102:[Function:iupdrvGetKeyState]: gdk_display_get_pointer gdk_device_get_position
implicit declaration of function <FUNC> [-Wimplicit-function-declaration]:
y.tab.c:277:[Function:yyparse]: yylex
assignment from incompatible pointer type [-Wincompatible-pointer-types]:
iup_cd.c:85:[Function:cdContextIup]:
cdIupContext.cxCreateCanvas = cdcreatecanvasIUP;
^
iup_cd.c:126:[Function:cdContextIupDBuffer]:
cdIupContextDBuffer.cxCreateCanvas = cdcreatecanvasIUP_DBUFFER;
^
iup_cd.c:167:[Function:cdContextIupDBufferRGB]:
cdIupContextDBufferRGB.cxCreateCanvas = cdcreatecanvasIUP_DBUFFERRGB;
^
initialization from incompatible pointer type [-Wincompatible-pointer-types]:
iup_draw_cd.c:[At:525]:
cdcreatecanvas,
passing argument <NUM> of <FUNC> from incompatible pointer type [-Wincompatible-pointer-types]:
iup_scintilladlg.c:1918:[Function:item_pagesetup_action_cb]: 2 getListIndex
margin_units_index = getListIndex(margin_units, margin_units_list, sizeof(margin_units_list));
iup_scintilladlg.c:1919:[Function:item_pagesetup_action_cb]: 2 getListIndex
word_wrap_index = getListIndex(word_wrap, word_wrap_list, sizeof(word_wrap_list));
iup_scintilladlg.c:1920:[Function:item_pagesetup_action_cb]: 2 getListIndex
color_index = getListIndex(color, color_list, sizeof(color_list));
iup_scintilladlg.c:1936:[Function:item_pagesetup_action_cb]: 2 getListValue
margin_units = getListValue(margin_units_index, margin_units_list);
iup_scintilladlg.c:1937:[Function:item_pagesetup_action_cb]: 2 getListValue
word_wrap = getListValue(word_wrap_index, word_wrap_list);
iup_scintilladlg.c:1938:[Function:item_pagesetup_action_cb]: 2 getListValue
color = getListValue(color_index, color_list);
iup_view.c:220:[Function:getfileformat]: 4 IupListDialog
ret = IupListDialog(1,"File Format",count,options,1,9,count+1,NULL);
iuplua_api.c:567:[Function:ListDialog]: 4 IupListDialog
list,
ctrl/iuplua_plot.c:290:[Function:PlotInsertStrSamples]: 4 IupPlotInsertStrSamples
IupPlotInsertStrSamples(iuplua_checkihandle(L,1), luaL_checkinteger(L,2), luaL_checkinteger(L,3), px, py, count);
ctrl/iuplua_plot.c:315:[Function:PlotAddStrSamples]: 3 IupPlotAddStrSamples
IupPlotAddStrSamples(iuplua_checkihandle(L,1), luaL_checkinteger(L,2), px, py, count);
ctrl/iuplua_mglplot.c:62:[Function:PlotInsert1D]: 4 IupMglPlotInsert1D
IupMglPlotInsert1D(iuplua_checkihandle(L,1), luaL_checkinteger(L,2), luaL_checkinteger(L,3), px, py, count);
ctrl/iuplua_mglplot.c:101:[Function:PlotSet1D]: 3 IupMglPlotSet1D
IupMglPlotSet1D(iuplua_checkihandle(L,1), luaL_checkinteger(L,2), px, py, count);
iuplua_im.c:86:[Function:LoadAnimationFrames]: 1 IupLoadAnimationFrames
Ihandle* animation = IupLoadAnimationFrames(filename_list, file_count);
cast to pointer from integer of different size [-Wint-to-pointer-cast]:
iup_image.c:1114:[Function:IupImage]:
params[0] = (void*)width;
iup_image.c:1115:[Function:IupImage]:
params[1] = (void*)height;
iup_image.c:1124:[Function:IupImageRGB]:
params[0] = (void*)width;
iup_image.c:1125:[Function:IupImageRGB]:
params[1] = (void*)height;
iup_image.c:1134:[Function:IupImageRGBA]:
params[0] = (void*)width;
iup_image.c:1135:[Function:IupImageRGBA]:
params[1] = (void*)height;
gtk/iupgtk_open.c:240:[Function:gtkSetGlobalAttrib]:
IupSetGlobal("XSCREEN", (char*)XDefaultScreen(xdisplay));
iup_tuio.cpp:404:[Function:Ihandle* IupTuioClient(int)]:
params[0] = (void*)port;
iuplua_tree_aux.c:84:[Function:TreeGetId]:
id = IupTreeGetId(ih, (void*)ref);
iuplua_tree_aux.c:127:[Function:TreeSetUserId]:
IupTreeSetUserId(ih, id, (void*)ref);
the use of `tmpnam' is dangerous, better use `mkstemp':
export.cpp:[At:(.text+0x296e)]:
suggest parentheses around assignment used as truth value [-Wparentheses]:
y.tab.c:274:[Function:yyparse]:
cast from pointer to integer of different size [-Wpointer-to-int-cast]:
iup_image.c:1030:[Function:iImageCreate]:
width = (int)(params[0]);
iup_image.c:1031:[Function:iImageCreate]:
height = (int)(params[1]);
iup_image.c:1051:[Function:iImageCreate]:
if (((int)(params[2])==-1) || ((int)(params[3])==-1)) /* NULL or compacted in one pointer */
iup_image.c:1051:[Function:iImageCreate]:
if (((int)(params[2])==-1) || ((int)(params[3])==-1)) /* NULL or compacted in one pointer */
iup_image.c:1053:[Function:iImageCreate]:
if ((int)(params[2])!=-1)
iup_image.c:1063:[Function:iImageCreate]:
imgdata[i] = (unsigned char)((int)(params[i+2]));
iuplua_tree_aux.c:60:[Function:tree_push_userid]:
int ref = (int)userid;
iuplua_tree_aux.c:105:[Function:TreeSetUserId]:
int ref = (int)IupTreeGetUserId(ih, id);
this 'else' clause does not guard... [-Wmisleading-indentation]:
src/exec.cpp:35:[Function:int mgls_addlegend(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:35:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:48:[Function:int mgls_addto(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:48:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:58:[Function:int mgls_sort(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:58:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:66:[Function:int mgls_alpha(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:66:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:74:[Function:int mgls_gray(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:74:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:81:[Function:int mgls_pendelta(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:81:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:88:[Function:int mgls_plotid(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:88:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:97:[Function:int mgls_mask(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:97:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:104:[Function:int mgls_alphadef(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:104:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:111:[Function:int mgls_ambient(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:111:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:118:[Function:int mgls_diffuse(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:118:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:130:[Function:int mgls_area(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:130:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:138:[Function:int mgls_aspect(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:138:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:145:[Function:int mgls_shear(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:145:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:155:[Function:int mgls_axial(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:155:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:169:[Function:int mgls_axis(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:169:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:179:[Function:int mgls_ball(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:179:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:188:[Function:int mgls_box(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:188:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:198:[Function:int mgls_ohlc(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:198:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:210:[Function:int mgls_bars(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:210:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:220:[Function:int mgls_barh(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:220:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:232:[Function:int mgls_cones(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:232:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:242:[Function:int mgls_belt(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:242:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:252:[Function:int mgls_boxs(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:252:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:272:[Function:int mgls_beam(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:272:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:279:[Function:int mgls_clearlegend(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:279:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:292:[Function:int mgls_background(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:292:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:301:[Function:int mgls_clf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:301:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:308:[Function:int mgls_reset(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:308:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:316:[Function:int mgls_chart(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:316:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:326:[Function:int mgls_cloud(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:326:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:340:[Function:int mgls_crange(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:340:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:351:[Function:int mgls_crop(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:351:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:360:[Function:int mgls_clean(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:360:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:371:[Function:int mgls_cumsum(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:371:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:397:[Function:int mgls_curve(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:397:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:407:[Function:int mgls_cut(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:407:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:415:[Function:int mgls_crust(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:415:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:432:[Function:int mgls_colorbar(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:432:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:454:[Function:int mgls_copy(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:454:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:468:[Function:int mgls_cont(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:468:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:482:[Function:int mgls_contv(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:482:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:496:[Function:int mgls_contf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:496:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:510:[Function:int mgls_contd(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:510:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:528:[Function:int mgls_cont3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:528:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:546:[Function:int mgls_contf3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:546:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:555:[Function:int mgls_contx(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:555:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:564:[Function:int mgls_contfx(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:564:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:573:[Function:int mgls_conty(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:573:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:582:[Function:int mgls_contfy(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:582:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:591:[Function:int mgls_contz(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:591:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:600:[Function:int mgls_contfz(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:600:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:610:[Function:int mgls_cone(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:610:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:624:[Function:int mgls_ellipse(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:624:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:634:[Function:int mgls_circle(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:634:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:648:[Function:int mgls_rhomb(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:648:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:662:[Function:int mgls_polygon(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:662:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:680:[Function:int mgls_arc(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:680:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:690:[Function:int mgls_dens(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:690:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:702:[Function:int mgls_dens3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:702:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:711:[Function:int mgls_densx(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:711:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:720:[Function:int mgls_densy(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:720:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:729:[Function:int mgls_densz(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:729:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:742:[Function:int mgls_divto(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:742:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:755:[Function:int mgls_multo(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:755:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:768:[Function:int mgls_subto(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:768:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:780:[Function:int mgls_dots(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:780:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:795:[Function:int mgls_diff(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:795:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:806:[Function:int mgls_diff2(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:806:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:828:[Function:int mgls_drop(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:828:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:838:[Function:int mgls_dew(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:838:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:848:[Function:int mgls_fall(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:848:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:858:[Function:int mgls_mesh(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:858:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:868:[Function:int mgls_surf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:868:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:878:[Function:int mgls_surfc(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:878:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:888:[Function:int mgls_surfa(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:888:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:898:[Function:int mgls_surfca(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:898:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:943:[Function:int mgls_grad(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:943:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:970:[Function:int mgls_fill(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:970:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:997:[Function:int mgls_refill(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:997:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1010:[Function:int mgls_gspline(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1010:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1019:[Function:int mgls_fillsample(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1019:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1027:[Function:int mgls_fog(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1027:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1036:[Function:int mgls_font(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1036:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1044:[Function:int mgls_loadfont(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1044:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1053:[Function:int mgls_grid(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1053:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1063:[Function:int mgls_grid2(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1063:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1075:[Function:int mgls_grid3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1075:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1104:[Function:int mgls_attachlight(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1104:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1118:[Function:int mgls_line(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1118:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1128:[Function:int mgls_lamerey(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1128:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1138:[Function:int mgls_bifurcation(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1138:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1152:[Function:int mgls_errbox(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1152:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1163:[Function:int mgls_legend(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1163:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1170:[Function:int mgls_barwidth(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1170:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1177:[Function:int mgls_legendmarks(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1177:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1194:[Function:int mgls_modify(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1194:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1203:[Function:int mgls_max(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1203:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1212:[Function:int mgls_min(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1212:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1223:[Function:int mgls_sum(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1223:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1230:[Function:int mgls_meshnum(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1230:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1237:[Function:int mgls_facenum(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1237:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1245:[Function:int mgls_quality(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1245:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1252:[Function:int mgls_marksize(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1252:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1264:[Function:int mgls_mark(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1264:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1276:[Function:int mgls_pmap(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1276:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1286:[Function:int mgls_map(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1286:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1375:[Function:int mgls_readhdf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1375:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1383:[Function:int mgls_savehdf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1383:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1408:[Function:int mgls_rect(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1408:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1426:[Function:int mgls_face(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1426:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1434:[Function:int mgls_logo(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1434:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1449:[Function:int mgls_resize(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1449:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1458:[Function:int mgls_rotate(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1458:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1465:[Function:int mgls_rotatetext(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1465:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1473:[Function:int mgls_tuneticks(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1473:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1482:[Function:int mgls_ticktime(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1482:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1507:[Function:int mgls_save(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1507:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1520:[Function:int mgls_smooth(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1520:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1531:[Function:int mgls_swap(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1531:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1542:[Function:int mgls_idset(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1542:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1554:[Function:int mgls_stem(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1554:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1566:[Function:int mgls_step(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1566:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1578:[Function:int mgls_plot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1578:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1590:[Function:int mgls_tape(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1590:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1600:[Function:int mgls_boxplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1600:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1616:[Function:int mgls_candle(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1616:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1624:[Function:int mgls_radar(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1624:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1641:[Function:int mgls_squeeze(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1641:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1652:[Function:int mgls_stfad(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1652:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1660:[Function:int mgls_setsize(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1660:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1667:[Function:int mgls_setsizescl(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1667:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1677:[Function:int mgls_sphere(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1677:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1691:[Function:int mgls_stfa(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1691:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1705:[Function:int mgls_surf3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1705:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1723:[Function:int mgls_surf3c(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1723:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1741:[Function:int mgls_surf3a(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1741:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1759:[Function:int mgls_surf3ca(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1759:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1768:[Function:int mgls_subplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1768:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1778:[Function:int mgls_multiplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1778:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1787:[Function:int mgls_title(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1787:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1798:[Function:int mgls_column(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1798:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1827:[Function:int mgls_subdata(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1827:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1838:[Function:int mgls_trace(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1838:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1848:[Function:int mgls_tile(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1848:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1858:[Function:int mgls_tiles(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1858:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1888:[Function:int mgls_text(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1888:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1896:[Function:int mgls_torus(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1896:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1903:[Function:int mgls_transptype(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1903:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1914:[Function:int mgls_fourier(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1914:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1923:[Function:int mgls_transform(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1923:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1932:[Function:int mgls_transforma(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1932:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1962:[Function:int mgls_tube(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1962:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1976:[Function:int mgls_textmark(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1976:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1988:[Function:int mgls_triplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1988:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2000:[Function:int mgls_quadplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2000:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2018:[Function:int mgls_tricont(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2018:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2036:[Function:int mgls_tricontv(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2036:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2043:[Function:int mgls_ternary(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2043:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2056:[Function:int mgls_transpose(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2056:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2070:[Function:int mgls_vect(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2070:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2088:[Function:int mgls_vect3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2088:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2102:[Function:int mgls_traj(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2102:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2110:[Function:int mgls_xlabel(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2110:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2118:[Function:int mgls_ylabel(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2118:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2126:[Function:int mgls_zlabel(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2126:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2134:[Function:int mgls_tlabel(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2134:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2146:[Function:int mgls_label(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2146:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2158:[Function:int mgls_table(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2158:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2172:[Function:int mgls_xrange(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2172:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2186:[Function:int mgls_yrange(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2186:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2200:[Function:int mgls_zrange(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2200:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2209:[Function:int mgls_ctick(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2209:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2235:[Function:int mgls_xtick(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2235:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2261:[Function:int mgls_ytick(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2261:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2287:[Function:int mgls_ztick(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2287:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2299:[Function:int mgls_error(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2299:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2312:[Function:int mgls_extend(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2312:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2337:[Function:int mgls_datas(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2337:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2347:[Function:int mgls_info(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2347:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2356:[Function:int mgls_print(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; fflush(stdout); return res;
^~~~
src/exec.cpp:2356:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; fflush(stdout); return res;
^~~~~~
src/exec.cpp:2363:[Function:int mgls_echo(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2363:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2374:[Function:int mgls_integrate(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2374:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2382:[Function:int mgls_inplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2382:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2390:[Function:int mgls_columnplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2390:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2398:[Function:int mgls_gridplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2398:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2405:[Function:int mgls_stickplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2405:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2413:[Function:int mgls_shearplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2413:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2440:[Function:int mgls_pipe(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2440:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2448:[Function:int mgls_origin(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2448:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2460:[Function:int mgls_norm(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2460:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2471:[Function:int mgls_limit(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2471:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2487:[Function:int mgls_hist(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2487:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2498:[Function:int mgls_mirror(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2498:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2509:[Function:int mgls_hankel(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2509:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2518:[Function:int mgls_sinfft(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2518:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2527:[Function:int mgls_cosfft(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2527:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2536:[Function:int mgls_wavelet(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2536:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2563:[Function:int mgls_new(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2563:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2576:[Function:int mgls_var(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2576:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2584:[Function:int mgls_chdir(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2584:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2591:[Function:int mgls_perspective(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2591:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2600:[Function:int mgls_facex(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:2600:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:2609:[Function:int mgls_facey(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:2609:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:2618:[Function:int mgls_facez(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:2618:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:2631:[Function:int mgls_normsl(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2631:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2644:[Function:int mgls_momentum(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2644:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2653:[Function:int mgls_pulse(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2653:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2694:[Function:int mgls_fit(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2694:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2735:[Function:int mgls_fits(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2735:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2749:[Function:int mgls_putsfit(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:2749:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:2756:[Function:int mgls_arrowsize(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2756:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2770:[Function:int mgls_rearrange(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2770:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2780:[Function:int mgls_fplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2780:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2790:[Function:int mgls_fsurf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2790:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2838:[Function:int mgls_fgets(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); delete []buf; return res;
^~~~
src/exec.cpp:2838:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; gr->Self()->LoadState(); delete []buf; return res;
^~
src/exec.cpp:2850:[Function:int mgls_scanfile(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2850:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2861:[Function:int mgls_import(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2861:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2869:[Function:int mgls_export(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2869:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2877:[Function:int mgls_write(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2877:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2891:[Function:int mgls_region(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2891:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2902:[Function:int mgls_envelop(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2902:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2914:[Function:int mgls_sew(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2914:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2943:[Function:int mgls_evaluate(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2943:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2956:[Function:int mgls_solve(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2956:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2989:[Function:int mgls_put(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2989:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2996:[Function:int mgls_palette(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2996:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3007:[Function:int mgls_combine(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3007:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3018:[Function:int mgls_correl(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3018:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3031:[Function:int mgls_roots(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3031:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3044:[Function:int mgls_ode(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3044:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3056:[Function:int mgls_tridmat(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3056:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3064:[Function:int mgls_diffract(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3064:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3106:[Function:int mgls_pde(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3106:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3148:[Function:int mgls_pde_adv(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3148:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3196:[Function:int mgls_qo2d(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3196:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3244:[Function:int mgls_qo3d(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3244:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3261:[Function:int mgls_ray(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3261:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3272:[Function:int mgls_jacobian(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3272:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3292:[Function:int mgls_ticklen(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3292:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3302:[Function:int mgls_tickshift(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3302:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3309:[Function:int mgls_origintick(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3309:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3319:[Function:int mgls_axisstl(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3319:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3330:[Function:int mgls_ranges(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3330:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3338:[Function:int mgls_adjust(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3338:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3353:[Function:int mgls_insert(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3353:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3368:[Function:int mgls_delete(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3368:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3379:[Function:int mgls_roll(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3379:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3388:[Function:int mgls_datagrid(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3388:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3399:[Function:int mgls_triangulate(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3399:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3407:[Function:int mgls_view(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3407:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3414:[Function:int mgls_zoom(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3414:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3424:[Function:int mgls_zoomaxis(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3424:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3432:[Function:int mgls_drawreg(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3432:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3441:[Function:int mgls_version(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3441:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3462:[Function:int mgls_flame2d(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3462:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3483:[Function:int mgls_ifs2d(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3483:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3493:[Function:int mgls_ifs3d(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3493:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3503:[Function:int mgls_ifsfile(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3503:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
else res = 1; return res;
^~~~~~
this 'for' clause does not guard... [-Wmisleading-indentation]:
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
src/evalp.cpp:682:[Function:mglData* mglFormulaCalc(std::__cxx11::wstring, mglParser*, const std::vector<mglDataA*>&)]:
for(long i=0;i<res->GetNN();i++) a[i] = mgl_rnd(); return res; }
^~~
src/evalp.cpp:682:55: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<res->GetNN();i++) a[i] = mgl_rnd(); return res; }
^~~~~~
src/evalp.cpp:1015:[Function:mglDataC* mglFormulaCalcC(std::__cxx11::wstring, mglParser*, const std::vector<mglDataA*>&)]:
for(long i=0;i<res->GetNN();i++) a[i] = dual(mgl_rnd(), mgl_rnd()); return res; }
^~~
src/evalp.cpp:1015:72: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<res->GetNN();i++) a[i] = dual(mgl_rnd(), mgl_rnd()); return res; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
scintilla/lexers/LexAbaqus.cxx:581:[Function:void FoldABAQUSDoc(Sci_PositionU, Sci_Position, int, Scintilla::WordList**, Scintilla::Accessor&)]:
for ( Sci_Position ll = beginData; ll < beginComment; ll++ )
^~~
scintilla/lexers/LexAbaqus.cxx:584:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
if ( prvKeyLineTp == 5 ) {
^~
this 'if' clause does not guard... [-Wmisleading-indentation]:
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/interp.hpp:176:[Function:Treal mglSpline3t(const Treal*, long int, long int, long int, mreal, mreal, mreal, Treal*, Treal*, Treal*)]:
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
src/interp.hpp:176:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
src/complex.cpp:659:[Function:dual mgl_datac_spline_ext(HCDT, mreal, mreal, mreal, dual*, dual*, dual*)]:
if(dx) *dx=rx; if(dy) *dy=ry; if(dz) *dz=rz;
^~
src/complex.cpp:659:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dx) *dx=rx; if(dy) *dy=ry; if(dz) *dz=rz;
^~
src/complex.cpp:680:[Function:dual mgl_datac_linear_ext(HCDT, mreal, mreal, mreal, dual*, dual*, dual*)]:
if(dx) *dx=rx; if(dy) *dy=ry; if(dz) *dz=rz;
^~
src/complex.cpp:680:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dx) *dx=rx; if(dy) *dy=ry; if(dz) *dz=rz;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/pde.cpp:65:[Function:void mgl_operator_exp(long int, dual*, dual*, dual*)]:
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
src/pde.cpp:65:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
src/pde.cpp:114:[Function:void mgl_operator_hrm(long int, dual*, dual*, dual*, dual*, dual*)]:
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
src/pde.cpp:114:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
src/pde.cpp:167:[Function:void mgl_operator_lin(long int, dual*, dual*, dual*, dual*, dual*)]:
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
src/pde.cpp:167:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/vect.cpp:42:[Function:void mgl_traj_xyz(HMGL, HCDT, HCDT, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(i>m) m=i; if(j>m) m=j;
^~
src/vect.cpp:42:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(i>m) m=i; if(j>m) m=j;
^~
src/vect.cpp:121:[Function:void mgl_vect_xy(HMGL, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(tx<1) tx=1; if(ty<1) ty=1;
^~
src/vect.cpp:121:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(tx<1) tx=1; if(ty<1) ty=1;
^~
src/vect.cpp:218:[Function:void mgl_vect_xyz(HMGL, HCDT, HCDT, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(tx<1) tx=1; if(ty<1) ty=1; if(tz<1) tz=1;
^~
src/vect.cpp:218:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(tx<1) tx=1; if(ty<1) ty=1; if(tz<1) tz=1;
^~
src/vect.cpp:422:[Function:void mgl_vect3_xyz(HMGL, HCDT, HCDT, HCDT, HCDT, HCDT, HCDT, const char*, double, const char*)]:
if(tx<1) tx=1; if(ty<1) ty=1;
^~
src/vect.cpp:422:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(tx<1) tx=1; if(ty<1) ty=1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/axis.cpp:857:[MemeberFunction:void mglCanvas::Labelw(char, const wchar_t*, mreal, const char*)]:
if(pos<-0.2) ff[1]='L'; if(pos>0.2) ff[1]='R';
^~
src/axis.cpp:857:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(pos<-0.2) ff[1]='L'; if(pos>0.2) ff[1]='R';
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/complex_io.cpp:476:[Function:void mgl_datac_squeeze(HADT, long int, long int, long int, long int)]:
if(rx>=nx) rx=nx-1; if(rx<1) rx=1;
^~
src/complex_io.cpp:476:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(rx>=nx) rx=nx-1; if(rx<1) rx=1;
^~
src/complex_io.cpp:477:[Function:void mgl_datac_squeeze(HADT, long int, long int, long int, long int)]:
if(ry>=ny) ry=ny-1; if(ry<1) ry=1;
^~
src/complex_io.cpp:477:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(ry>=ny) ry=ny-1; if(ry<1) ry=1;
^~
src/complex_io.cpp:478:[Function:void mgl_datac_squeeze(HADT, long int, long int, long int, long int)]:
if(rz>=nz) rz=nz-1; if(rz<1) rz=1;
^~
src/complex_io.cpp:478:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(rz>=nz) rz=nz-1; if(rz<1) rz=1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/data_io.cpp:799:[Function:void mgl_data_squeeze(HMDT, long int, long int, long int, long int)]:
if(rx>=nx) rx=nx-1; if(rx<1) rx=1;
^~
src/data_io.cpp:799:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(rx>=nx) rx=nx-1; if(rx<1) rx=1;
^~
src/data_io.cpp:800:[Function:void mgl_data_squeeze(HMDT, long int, long int, long int, long int)]:
if(ry>=ny) ry=ny-1; if(ry<1) ry=1;
^~
src/data_io.cpp:800:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(ry>=ny) ry=ny-1; if(ry<1) ry=1;
^~
src/data_io.cpp:801:[Function:void mgl_data_squeeze(HMDT, long int, long int, long int, long int)]:
if(rz>=nz) rz=nz-1; if(rz<1) rz=1;
^~
src/data_io.cpp:801:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(rz>=nz) rz=nz-1; if(rz<1) rz=1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
src/font.cpp:753:[MemeberFunction:bool mglFont::Load(const char*, const char*)]:
if(buf) delete []buf; return true;
^~
src/font.cpp:753:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(buf) delete []buf; return true;
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
src/base.cpp:805:[MemeberFunction:void mglBase::SetFunc(const char*, const char*, const char*, const char*)]:
if(fa) delete fa; if(fx) delete fx;
^~
src/base.cpp:805:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(fa) delete fa; if(fx) delete fx;
^~
src/base.cpp:806:[MemeberFunction:void mglBase::SetFunc(const char*, const char*, const char*, const char*)]:
if(fy) delete fy; if(fz) delete fz;
^~
src/base.cpp:806:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(fy) delete fy; if(fz) delete fz;
^~
src/base.cpp:870:[MemeberFunction:void mglBase::ClearEq()]:
if(fx) delete fx; if(fy) delete fy; if(fz) delete fz;
^~
src/base.cpp:870:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(fx) delete fx; if(fy) delete fy; if(fz) delete fz;
^~
src/base.cpp:871:[MemeberFunction:void mglBase::ClearEq()]:
if(fa) delete fa; if(fc) delete fc;
^~
src/base.cpp:871:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(fa) delete fa; if(fc) delete fc;
^~
src/base.cpp:922:[MemeberFunction:void mglTexture::Set(const char*, int, mreal)]:
if(s[i]=='[' || s[i]=='{') j++; if(s[i]==']' || s[i]=='}') j--;
^~
src/base.cpp:922:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(s[i]=='[' || s[i]=='{') j++; if(s[i]==']' || s[i]=='}') j--;
^~
src/base.cpp:940:[MemeberFunction:void mglTexture::Set(const char*, int, mreal)]:
if(s[i]=='[') j++; if(s[i]==']') j--;
^~
src/base.cpp:940:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(s[i]=='[') j++; if(s[i]==']') j--;
^~
src/base.cpp:941:[MemeberFunction:void mglTexture::Set(const char*, int, mreal)]:
if(s[i]=='{') m++; if(s[i]=='}') m--;
^~
src/base.cpp:941:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(s[i]=='{') m++; if(s[i]=='}') m--;
^~
src/base.cpp:1142:[MemeberFunction:char mglBase::SetPenPal(const char*, long int*, bool)]:
if(p[i]=='{') m++; if(p[i]=='}') m--;
^~
src/base.cpp:1142:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(p[i]=='{') m++; if(p[i]=='}') m--;
^~
src/base.cpp:1158:[MemeberFunction:char mglBase::SetPenPal(const char*, long int*, bool)]:
if(!Arrow1) Arrow1='_'; if(!Arrow2) Arrow2='_';
^~
src/base.cpp:1158:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(!Arrow1) Arrow1='_'; if(!Arrow2) Arrow2='_';
^~
src/base.cpp:1185:[MemeberFunction:char mglBase::SetPenPal(const char*, long int*, bool)]:
if(Arrow1=='_') Arrow1=0; if(Arrow2=='_') Arrow2=0;
^~
src/base.cpp:1185:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(Arrow1=='_') Arrow1=0; if(Arrow2=='_') Arrow2=0;
^~
src/base.cpp:1209:[MemeberFunction:void mglBase::SetMask(const char*)]:
if(p[i]=='{') m++; if(p[i]=='}') m--;
^~
src/base.cpp:1209:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(p[i]=='{') m++; if(p[i]=='}') m--;
^~
src/base.cpp:1505:[MemeberFunction:void mglBase::ClearUnused()]:
case 2: if(p.n2>=0 && p.n3>=0)
^~
src/base.cpp:1506:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
used[p.n2] = used[p.n3] = 1; break;
^~~~~
src/base.cpp:1507:[MemeberFunction:void mglBase::ClearUnused()]:
case 3: if(p.n2>=0 && p.n3>=0 && p.n4>=0)
^~
src/base.cpp:1508:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
used[p.n2] = used[p.n3] = used[p.n4] = 1; break;
^~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/cont.cpp:247:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:247:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:248:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:248:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:257:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:257:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:258:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:258:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:294:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:294:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:295:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:295:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:555:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(b1>=0) p[num++] = b1; if(t1>=0) p[num++] = t1;
^~
src/cont.cpp:555:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(b1>=0) p[num++] = b1; if(t1>=0) p[num++] = t1;
^~
src/cont.cpp:556:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(t2>=0) p[num++] = t2; if(b2>=0) p[num++] = b2;
^~
src/cont.cpp:556:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(t2>=0) p[num++] = t2; if(b2>=0) p[num++] = b2;
^~
src/cont.cpp:557:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(r1>=0) p[num++] = r1; if(r2>=0) p[num++] = r2;
^~
src/cont.cpp:557:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(r1>=0) p[num++] = r1; if(r2>=0) p[num++] = r2;
^~
src/cont.cpp:558:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(d2>=0) p[num++] = d2; if(u2>=0) p[num++] = u2;
^~
src/cont.cpp:558:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(d2>=0) p[num++] = d2; if(u2>=0) p[num++] = u2;
^~
src/cont.cpp:559:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(u1>=0) p[num++] = u1; if(d1>=0) p[num++] = d1;
^~
src/cont.cpp:559:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(u1>=0) p[num++] = u1; if(d1>=0) p[num++] = d1;
^~
src/cont.cpp:560:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(l2>=0) p[num++] = l2; if(l1>=0) p[num++] = l1;
^~
src/cont.cpp:560:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(l2>=0) p[num++] = l2; if(l1>=0) p[num++] = l1;
^~
src/cont.cpp:648:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(t2<0) t2=b2; if(u2<0) { u2=u1; u1=d1; }
^~
src/cont.cpp:648:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(t2<0) t2=b2; if(u2<0) { u2=u1; u1=d1; }
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/data_png.cpp:225:[Function:void mgl_data_export(HCDT, const char*, const char*, mreal, mreal, long int)]:
if(k<0) k=0; if(k>=num) k=num-1;
^~
src/data_png.cpp:225:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(k<0) k=0; if(k>=num) k=num-1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/plot.cpp:215:[Function:void mgl_candle_xyv(HMGL, HCDT, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(d1) delete y1; if(d2) delete y2;
^~
src/plot.cpp:215:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(d1) delete y1; if(d2) delete y2;
^~
src/plot.cpp:255:[Function:void mgl_candle_xyv(HMGL, HCDT, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(d1) delete y1; if(d2) delete y2;
^~
src/plot.cpp:255:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(d1) delete y1; if(d2) delete y2;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/window.cpp:42:[MemeberFunction:virtual void mglCanvasWnd::ResetFrames()]:
if(GG) free(GG); GG = 0;
^~
src/window.cpp:42:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(GG) free(GG); GG = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/crust.cpp:507:[Function:mglData* mgl_triangulation_2d(HCDT, HCDT)]:
if(xx<x1) x1=xx; if(xx>x2) x2=xx;
^~
src/crust.cpp:507:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(xx<x1) x1=xx; if(xx>x2) x2=xx;
^~
src/crust.cpp:508:[Function:mglData* mgl_triangulation_2d(HCDT, HCDT)]:
if(yy<y1) y1=yy; if(yy>y2) y2=yy;
^~
src/crust.cpp:508:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(yy<y1) y1=yy; if(yy>y2) y2=yy;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
src/export_2d.cpp:215:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.type>0) continue; if(q.n4=='+') m_p = true;
^~
src/export_2d.cpp:215:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.type>0) continue; if(q.n4=='+') m_p = true;
^~
src/export_2d.cpp:216:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='x') m_x = true; if(q.n4=='s') m_s = true;
^~
src/export_2d.cpp:216:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='x') m_x = true; if(q.n4=='s') m_s = true;
^~
src/export_2d.cpp:217:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='d') m_d = true; if(q.n4=='v') m_v = true;
^~
src/export_2d.cpp:217:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='d') m_d = true; if(q.n4=='v') m_v = true;
^~
src/export_2d.cpp:218:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='^') m_t = true; if(q.n4=='*') m_a = true;
^~
src/export_2d.cpp:218:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='^') m_t = true; if(q.n4=='*') m_a = true;
^~
src/export_2d.cpp:220:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='S') m_S = true; if(q.n4=='D') m_D = true;
^~
src/export_2d.cpp:220:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='S') m_S = true; if(q.n4=='D') m_D = true;
^~
src/export_2d.cpp:221:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='V') m_V = true; if(q.n4=='T') m_T = true;
^~
src/export_2d.cpp:221:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='V') m_V = true; if(q.n4=='T') m_T = true;
^~
src/export_2d.cpp:222:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='<') m_l = true; if(q.n4=='L') m_L = true;
^~
src/export_2d.cpp:222:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='<') m_l = true; if(q.n4=='L') m_L = true;
^~
src/export_2d.cpp:223:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='>') m_r = true; if(q.n4=='R') m_R = true;
^~
src/export_2d.cpp:223:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='>') m_r = true; if(q.n4=='R') m_R = true;
^~
src/export_2d.cpp:225:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='P') m_P = true; if(q.n4=='X') m_X = true;
^~
src/export_2d.cpp:225:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='P') m_P = true; if(q.n4=='X') m_X = true;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/prim.cpp:151:[Function:void mgl_face(HMGL, double, double, double, double, double, double, double, double, double, double, double, double, const char*)]:
if(mgl_isnan(z0)) z0 = zz; if(mgl_isnan(z1)) z1 = zz;
^~
src/prim.cpp:151:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(mgl_isnan(z0)) z0 = zz; if(mgl_isnan(z1)) z1 = zz;
^~
src/prim.cpp:152:[Function:void mgl_face(HMGL, double, double, double, double, double, double, double, double, double, double, double, double, const char*)]:
if(mgl_isnan(z2)) z2 = zz; if(mgl_isnan(z3)) z3 = zz;
^~
src/prim.cpp:152:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(mgl_isnan(z2)) z2 = zz; if(mgl_isnan(z3)) z3 = zz;
^~
src/prim.cpp:599:[Function:void mgl_dew_xy(HMGL, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(tx<1) tx=1; if(ty<1) ty=1;
^~
src/prim.cpp:599:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(tx<1) tx=1; if(ty<1) ty=1;
^~
src/prim.cpp:1050:[Function:void mgl_bifurcation(HMGL, double, double (*)(double, double, void*), void*, const char*, const char*)]:
if(fin) break; v1[m1]=r;
^~
src/prim.cpp:1050:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(fin) break; v1[m1]=r;
^~
src/prim.cpp:1061:[Function:void mgl_bifurcation(HMGL, double, double (*)(double, double, void*), void*, const char*, const char*)]:
if(fin) break; v1[m1]=r;
^~
src/prim.cpp:1061:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(fin) break; v1[m1]=r;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
src/canvas.cpp:853:[Function:std::__cxx11::wstring mgl_ftoa(double, const char*)]:
if(sf[i]=='.') sf[i]=0; lf = strlen(sf);
^~
src/canvas.cpp:853:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(sf[i]=='.') sf[i]=0; lf = strlen(sf);
^~
src/canvas.cpp:885:[Function:std::__cxx11::wstring mgl_ftoa(double, const char*)]:
if((lf>le && !mglchr(fmt,'f')) || !strcmp(sf,"0") || !strcmp(sf,"-0")) strcpy(sf,se); lf = strlen(sf);
^~
src/canvas.cpp:885:88: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if((lf>le && !mglchr(fmt,'f')) || !strcmp(sf,"0") || !strcmp(sf,"-0")) strcpy(sf,se); lf = strlen(sf);
^~
src/canvas.cpp:1017:[MemeberFunction:void mglCanvas::Table(mreal, mreal, HCDT, const wchar_t*, const char*, const char*)]:
if(x<0) x=0; if(y<0) y=0; if(y>1) y=1;
^~
src/canvas.cpp:1017:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(x<0) x=0; if(y<0) y=0; if(y>1) y=1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/interp.hpp:176:[Function:Treal mglSpline3t(const Treal*, long int, long int, long int, mreal, mreal, mreal, Treal*, Treal*, Treal*)]:
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
src/interp.hpp:176:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
src/data.cpp:185:[Function:void* mgl_smth_x(void*)]:
if(delta>0)
^~
src/data.cpp:194:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
return 0;
^~~~~~
src/data.cpp:225:[Function:void* mgl_smth_y(void*)]:
if(delta>0)
^~
src/data.cpp:234:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
return 0;
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
src/export_3d.cpp:1027:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.type>0) continue; if(q.n4=='+') m_p = true;
^~
src/export_3d.cpp:1027:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.type>0) continue; if(q.n4=='+') m_p = true;
^~
src/export_3d.cpp:1028:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='x') m_x = true; if(q.n4=='s') m_s = true;
^~
src/export_3d.cpp:1028:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='x') m_x = true; if(q.n4=='s') m_s = true;
^~
src/export_3d.cpp:1029:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='d') m_d = true; if(q.n4=='v') m_v = true;
^~
src/export_3d.cpp:1029:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='d') m_d = true; if(q.n4=='v') m_v = true;
^~
src/export_3d.cpp:1030:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='^') m_t = true; if(q.n4=='*') m_a = true;
^~
src/export_3d.cpp:1030:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='^') m_t = true; if(q.n4=='*') m_a = true;
^~
src/export_3d.cpp:1032:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='S') m_S = true; if(q.n4=='D') m_D = true;
^~
src/export_3d.cpp:1032:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='S') m_S = true; if(q.n4=='D') m_D = true;
^~
src/export_3d.cpp:1033:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='V') m_V = true; if(q.n4=='T') m_T = true;
^~
src/export_3d.cpp:1033:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='V') m_V = true; if(q.n4=='T') m_T = true;
^~
src/export_3d.cpp:1034:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='<') m_l = true; if(q.n4=='L') m_L = true;
^~
src/export_3d.cpp:1034:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='<') m_l = true; if(q.n4=='L') m_L = true;
^~
src/export_3d.cpp:1035:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='>') m_r = true; if(q.n4=='R') m_R = true;
^~
src/export_3d.cpp:1035:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='>') m_r = true; if(q.n4=='R') m_R = true;
^~
src/export_3d.cpp:1037:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='P') m_P = true; if(q.n4=='X') m_X = true;
^~
src/export_3d.cpp:1037:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(q.n4=='P') m_P = true; if(q.n4=='X') m_X = true;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/surf.cpp:831:[Function:void mgl_map_xy(HMGL, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(xx<0) xx=0; if(xx>=1) xx=1/MGL_FEPSILON;
^~
src/surf.cpp:831:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(xx<0) xx=0; if(xx>=1) xx=1/MGL_FEPSILON;
^~
src/surf.cpp:832:[Function:void mgl_map_xy(HMGL, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(yy<0) yy=0; if(yy>=1) yy=1/MGL_FEPSILON;
^~
src/surf.cpp:832:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(yy<0) yy=0; if(yy>=1) yy=1/MGL_FEPSILON;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/parser.cpp:600:[MemeberFunction:int mglParser::Parse(mglGraph*, std::__cxx11::wstring, long int)]:
if(str[n]=='(') m++; if(str[n]==')') m--;
^~
src/parser.cpp:600:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(str[n]=='(') m++; if(str[n]==')') m--;
^~
src/parser.cpp:601:[MemeberFunction:int mglParser::Parse(mglGraph*, std::__cxx11::wstring, long int)]:
if(str[n]=='{') mm++; if(str[n]=='}') mm--;
^~
src/parser.cpp:601:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(str[n]=='{') mm++; if(str[n]=='}') mm--;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/interp.hpp:176:[Function:Treal mglSpline3t(const Treal*, long int, long int, long int, mreal, mreal, mreal, Treal*, Treal*, Treal*)]:
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
src/interp.hpp:176:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
oscpack/osc/OscReceivedElements.cpp:61:[Function:const char* osc::FindStr4End(const char*, const char*)]:
if( p >= end )
^~
oscpack/osc/OscReceivedElements.cpp:64:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if( p[0] == '\0' ) // special case for SuperCollider integer address pattern
^~
this 'while' clause does not guard... [-Wmisleading-indentation]:
src/complex_io.cpp:400:[Function:int mgl_datac_read_mat(HADT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/complex_io.cpp:400:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
src/complex_io.cpp:406:[Function:int mgl_datac_read_mat(HADT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/complex_io.cpp:406:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
src/complex_io.cpp:430:[Function:int mgl_datac_read_mat(HADT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/complex_io.cpp:430:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
src/data_io.cpp:511:[Function:int mgl_data_read_mat(HMDT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/data_io.cpp:511:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
src/data_io.cpp:517:[Function:int mgl_data_read_mat(HMDT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/data_io.cpp:517:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
src/data_io.cpp:541:[Function:int mgl_data_read_mat(HMDT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/data_io.cpp:541:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
ignoring #pragma omp critical [-Wunknown-pragmas]:
mgl2/mgl.h:2154:[#included-from:mgl2/mgl.h:2154]:
./mgl2/mgl.h:2154:[#included-from:./mgl2/mgl.h:2154]:
src/vect.cpp:[At:143]:
src/vect.cpp:[At:243]:
src/vect.cpp:[At:447]:
src/data_io.cpp:565:[#included-from:src/data_io.cpp:565]:
src/data_io.cpp:582:[#included-from:src/data_io.cpp:582]:
src/data_io.cpp:599:[#included-from:src/data_io.cpp:599]:
src/data_io.cpp:616:[#included-from:src/data_io.cpp:616]:
src/data_io.cpp:638:[#included-from:src/data_io.cpp:638]:
src/data_io.cpp:662:[#included-from:src/data_io.cpp:662]:
./mgl2/mgl.h:2154:[#included-from:./mgl2/mgl.h:2154]:
src/font.cpp:[At:632]:
src/font.cpp:[At:909]:
src/pixel.cpp:[At:508]:
src/pixel.cpp:[At:520]:
src/pixel.cpp:[At:2085]:
src/base.cpp:[At:199]:
src/base.cpp:[At:260]:
src/base.cpp:[At:289]:
src/base.cpp:[At:361]:
src/base.cpp:[At:371]:
src/base.cpp:[At:382]:
src/base.cpp:[At:389]:
src/base.cpp:[At:391]:
src/base.cpp:[At:824]:
src/base.cpp:[At:868]:
src/base.cpp:[At:1054]:
src/base.cpp:[At:1069]:
src/base.cpp:[At:1271]:
src/base.cpp:[At:1365]:
src/base.cpp:[At:1492]:
src/base.cpp:[At:1535]:
src/export.cpp:[At:437]:
./mgl2/mgl.h:2154:[#included-from:./mgl2/mgl.h:2154]:
src/canvas.cpp:[At:54]:
src/canvas.cpp:[At:73]:
src/canvas.cpp:[At:92]:
src/canvas.cpp:[At:118]:
src/canvas.cpp:[At:155]:
src/canvas.cpp:[At:208]:
src/canvas.cpp:[At:461]:
src/canvas.cpp:[At:518]:
src/canvas.cpp:[At:522]:
src/canvas.cpp:[At:526]:
src/canvas.cpp:[At:530]:
src/canvas.cpp:[At:607]:
src/canvas.cpp:[At:640]:
src/canvas.cpp:[At:1143]:
src/canvas.cpp:[At:1146]:
src/canvas.cpp:[At:1175]:
src/eval.cpp:[At:166]:
src/export_3d.cpp:[At:573]:
src/export_3d.cpp:[At:586]:
src/export_3d.cpp:[At:710]:
src/data_ex.cpp:[At:690]:
src/data_ex.cpp:[At:718]:
./mgl2/mgl.h:2154:[#included-from:./mgl2/mgl.h:2154]:
src/parser.cpp:1009:[#included-from:src/parser.cpp:1009]:
ignoring #pragma omp for [-Wunknown-pragmas]:
src/complex.cpp:1070:[#included-from:src/complex.cpp:1070]:
src/complex.cpp:1076:[#included-from:src/complex.cpp:1076]:
src/pde.cpp:435:[#included-from:src/pde.cpp:435]:
src/pde.cpp:437:[#included-from:src/pde.cpp:437]:
src/pde.cpp:439:[#included-from:src/pde.cpp:439]:
src/pde.cpp:441:[#included-from:src/pde.cpp:441]:
src/pde.cpp:443:[#included-from:src/pde.cpp:443]:
src/pde.cpp:445:[#included-from:src/pde.cpp:445]:
src/pde.cpp:447:[#included-from:src/pde.cpp:447]:
src/pde.cpp:449:[#included-from:src/pde.cpp:449]:
src/pde.cpp:457:[#included-from:src/pde.cpp:457]:
src/pde.cpp:459:[#included-from:src/pde.cpp:459]:
src/pde.cpp:461:[#included-from:src/pde.cpp:461]:
src/pde.cpp:463:[#included-from:src/pde.cpp:463]:
src/pde.cpp:944:[#included-from:src/pde.cpp:944]:
src/pde.cpp:946:[#included-from:src/pde.cpp:946]:
src/pde.cpp:949:[#included-from:src/pde.cpp:949]:
src/pde.cpp:951:[#included-from:src/pde.cpp:951]:
src/pde.cpp:954:[#included-from:src/pde.cpp:954]:
src/pde.cpp:956:[#included-from:src/pde.cpp:956]:
src/pde.cpp:959:[#included-from:src/pde.cpp:959]:
src/pde.cpp:961:[#included-from:src/pde.cpp:961]:
src/pde.cpp:1248:[#included-from:src/pde.cpp:1248]:
src/pde.cpp:1263:[#included-from:src/pde.cpp:1263]:
src/pde.cpp:1278:[#included-from:src/pde.cpp:1278]:
src/pde.cpp:1292:[#included-from:src/pde.cpp:1292]:
src/pde.cpp:1408:[#included-from:src/pde.cpp:1408]:
src/pde.cpp:1422:[#included-from:src/pde.cpp:1422]:
src/pde.cpp:1437:[#included-from:src/pde.cpp:1437]:
src/pde.cpp:1450:[#included-from:src/pde.cpp:1450]:
src/vect.cpp:[At:131]:
src/vect.cpp:[At:228]:
src/vect.cpp:[At:432]:
src/data_io.cpp:562:[#included-from:src/data_io.cpp:562]:
src/data_io.cpp:579:[#included-from:src/data_io.cpp:579]:
src/data_io.cpp:596:[#included-from:src/data_io.cpp:596]:
src/data_io.cpp:613:[#included-from:src/data_io.cpp:613]:
src/data_io.cpp:631:[#included-from:src/data_io.cpp:631]:
src/data_io.cpp:655:[#included-from:src/data_io.cpp:655]:
src/fft.cpp:157:[#included-from:src/fft.cpp:157]:
src/fft.cpp:173:[#included-from:src/fft.cpp:173]:
src/fft.cpp:189:[#included-from:src/fft.cpp:189]:
src/fft.cpp:297:[#included-from:src/fft.cpp:297]:
src/fft.cpp:321:[#included-from:src/fft.cpp:321]:
src/fft.cpp:345:[#included-from:src/fft.cpp:345]:
src/fft.cpp:402:[#included-from:src/fft.cpp:402]:
src/fft.cpp:440:[#included-from:src/fft.cpp:440]:
src/fft.cpp:504:[#included-from:src/fft.cpp:504]:
src/fft.cpp:533:[#included-from:src/fft.cpp:533]:
src/fft.cpp:562:[#included-from:src/fft.cpp:562]:
src/fft.cpp:624:[#included-from:src/fft.cpp:624]:
src/fft.cpp:661:[#included-from:src/fft.cpp:661]:
src/fft.cpp:698:[#included-from:src/fft.cpp:698]:
src/fft.cpp:1127:[#included-from:src/fft.cpp:1127]:
src/fft.cpp:1155:[#included-from:src/fft.cpp:1155]:
src/fft.cpp:1184:[#included-from:src/fft.cpp:1184]:
ignoring #pragma omp parallel [-Wunknown-pragmas]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/complex.cpp:105:[#included-from:src/complex.cpp:105]:
src/complex.cpp:117:[#included-from:src/complex.cpp:117]:
src/complex.cpp:136:[#included-from:src/complex.cpp:136]:
src/complex.cpp:148:[#included-from:src/complex.cpp:148]:
src/complex.cpp:167:[#included-from:src/complex.cpp:167]:
src/complex.cpp:179:[#included-from:src/complex.cpp:179]:
src/complex.cpp:249:[#included-from:src/complex.cpp:249]:
src/complex.cpp:265:[#included-from:src/complex.cpp:265]:
src/complex.cpp:281:[#included-from:src/complex.cpp:281]:
src/complex.cpp:325:[#included-from:src/complex.cpp:325]:
src/complex.cpp:341:[#included-from:src/complex.cpp:341]:
src/complex.cpp:357:[#included-from:src/complex.cpp:357]:
src/complex.cpp:401:[#included-from:src/complex.cpp:401]:
src/complex.cpp:418:[#included-from:src/complex.cpp:418]:
src/complex.cpp:436:[#included-from:src/complex.cpp:436]:
src/complex.cpp:481:[#included-from:src/complex.cpp:481]:
src/complex.cpp:497:[#included-from:src/complex.cpp:497]:
src/complex.cpp:513:[#included-from:src/complex.cpp:513]:
src/complex.cpp:579:[#included-from:src/complex.cpp:579]:
src/complex.cpp:590:[#included-from:src/complex.cpp:590]:
src/complex.cpp:606:[#included-from:src/complex.cpp:606]:
src/complex.cpp:615:[#included-from:src/complex.cpp:615]:
src/complex.cpp:624:[#included-from:src/complex.cpp:624]:
src/complex.cpp:736:[#included-from:src/complex.cpp:736]:
src/complex.cpp:747:[#included-from:src/complex.cpp:747]:
src/complex.cpp:777:[#included-from:src/complex.cpp:777]:
src/complex.cpp:790:[#included-from:src/complex.cpp:790]:
src/complex.cpp:805:[#included-from:src/complex.cpp:805]:
src/complex.cpp:820:[#included-from:src/complex.cpp:820]:
src/complex.cpp:832:[#included-from:src/complex.cpp:832]:
src/complex.cpp:900:[#included-from:src/complex.cpp:900]:
src/complex.cpp:916:[#included-from:src/complex.cpp:916]:
src/complex.cpp:919:[#included-from:src/complex.cpp:919]:
src/complex.cpp:922:[#included-from:src/complex.cpp:922]:
src/complex.cpp:925:[#included-from:src/complex.cpp:925]:
src/complex.cpp:928:[#included-from:src/complex.cpp:928]:
src/complex.cpp:931:[#included-from:src/complex.cpp:931]:
src/complex.cpp:934:[#included-from:src/complex.cpp:934]:
src/complex.cpp:949:[#included-from:src/complex.cpp:949]:
src/complex.cpp:954:[#included-from:src/complex.cpp:954]:
src/complex.cpp:959:[#included-from:src/complex.cpp:959]:
src/complex.cpp:963:[#included-from:src/complex.cpp:963]:
src/complex.cpp:970:[#included-from:src/complex.cpp:970]:
src/complex.cpp:975:[#included-from:src/complex.cpp:975]:
src/complex.cpp:979:[#included-from:src/complex.cpp:979]:
src/complex.cpp:985:[#included-from:src/complex.cpp:985]:
src/complex.cpp:990:[#included-from:src/complex.cpp:990]:
src/complex.cpp:994:[#included-from:src/complex.cpp:994]:
src/complex.cpp:1001:[#included-from:src/complex.cpp:1001]:
src/complex.cpp:1006:[#included-from:src/complex.cpp:1006]:
src/complex.cpp:1011:[#included-from:src/complex.cpp:1011]:
src/complex.cpp:1020:[#included-from:src/complex.cpp:1020]:
src/complex.cpp:1023:[#included-from:src/complex.cpp:1023]:
src/complex.cpp:1030:[#included-from:src/complex.cpp:1030]:
src/complex.cpp:1033:[#included-from:src/complex.cpp:1033]:
src/complex.cpp:1040:[#included-from:src/complex.cpp:1040]:
src/complex.cpp:1043:[#included-from:src/complex.cpp:1043]:
src/complex.cpp:1064:[#included-from:src/complex.cpp:1064]:
src/complex.cpp:1177:[#included-from:src/complex.cpp:1177]:
src/complex.cpp:1193:[#included-from:src/complex.cpp:1193]:
src/complex.cpp:1211:[#included-from:src/complex.cpp:1211]:
src/complex.cpp:1213:[#included-from:src/complex.cpp:1213]:
src/complex.cpp:1265:[#included-from:src/complex.cpp:1265]:
src/complex.cpp:1267:[#included-from:src/complex.cpp:1267]:
src/complex.cpp:1269:[#included-from:src/complex.cpp:1269]:
src/complex.cpp:1287:[#included-from:src/complex.cpp:1287]:
src/complex.cpp:1314:[#included-from:src/complex.cpp:1314]:
src/complex.cpp:1316:[#included-from:src/complex.cpp:1316]:
src/complex.cpp:1318:[#included-from:src/complex.cpp:1318]:
src/complex.cpp:1320:[#included-from:src/complex.cpp:1320]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/evalp.cpp:51:[#included-from:src/evalp.cpp:51]:
src/evalp.cpp:75:[#included-from:src/evalp.cpp:75]:
src/evalp.cpp:78:[#included-from:src/evalp.cpp:78]:
src/evalp.cpp:81:[#included-from:src/evalp.cpp:81]:
src/evalp.cpp:94:[#included-from:src/evalp.cpp:94]:
src/evalp.cpp:97:[#included-from:src/evalp.cpp:97]:
src/evalp.cpp:110:[#included-from:src/evalp.cpp:110]:
src/evalp.cpp:113:[#included-from:src/evalp.cpp:113]:
src/evalp.cpp:116:[#included-from:src/evalp.cpp:116]:
src/evalp.cpp:129:[#included-from:src/evalp.cpp:129]:
src/evalp.cpp:132:[#included-from:src/evalp.cpp:132]:
src/evalp.cpp:145:[#included-from:src/evalp.cpp:145]:
src/evalp.cpp:148:[#included-from:src/evalp.cpp:148]:
src/evalp.cpp:151:[#included-from:src/evalp.cpp:151]:
src/evalp.cpp:154:[#included-from:src/evalp.cpp:154]:
src/evalp.cpp:163:[#included-from:src/evalp.cpp:163]:
src/evalp.cpp:176:[#included-from:src/evalp.cpp:176]:
src/evalp.cpp:179:[#included-from:src/evalp.cpp:179]:
src/evalp.cpp:182:[#included-from:src/evalp.cpp:182]:
src/evalp.cpp:195:[#included-from:src/evalp.cpp:195]:
src/evalp.cpp:198:[#included-from:src/evalp.cpp:198]:
src/evalp.cpp:211:[#included-from:src/evalp.cpp:211]:
src/evalp.cpp:214:[#included-from:src/evalp.cpp:214]:
src/evalp.cpp:217:[#included-from:src/evalp.cpp:217]:
src/evalp.cpp:230:[#included-from:src/evalp.cpp:230]:
src/evalp.cpp:233:[#included-from:src/evalp.cpp:233]:
src/evalp.cpp:246:[#included-from:src/evalp.cpp:246]:
src/evalp.cpp:249:[#included-from:src/evalp.cpp:249]:
src/evalp.cpp:252:[#included-from:src/evalp.cpp:252]:
src/evalp.cpp:255:[#included-from:src/evalp.cpp:255]:
src/fit.cpp:[At:330]:
src/fit.cpp:[At:372]:
src/fit.cpp:[At:418]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/pde.cpp:36:[#included-from:src/pde.cpp:36]:
src/pde.cpp:61:[#included-from:src/pde.cpp:61]:
src/pde.cpp:81:[#included-from:src/pde.cpp:81]:
src/pde.cpp:110:[#included-from:src/pde.cpp:110]:
src/pde.cpp:134:[#included-from:src/pde.cpp:134]:
src/pde.cpp:163:[#included-from:src/pde.cpp:163]:
src/pde.cpp:201:[#included-from:src/pde.cpp:201]:
src/pde.cpp:205:[#included-from:src/pde.cpp:205]:
src/pde.cpp:224:[#included-from:src/pde.cpp:224]:
src/pde.cpp:322:[#included-from:src/pde.cpp:322]:
src/pde.cpp:331:[#included-from:src/pde.cpp:331]:
src/pde.cpp:338:[#included-from:src/pde.cpp:338]:
src/pde.cpp:345:[#included-from:src/pde.cpp:345]:
src/pde.cpp:352:[#included-from:src/pde.cpp:352]:
src/pde.cpp:378:[#included-from:src/pde.cpp:378]:
src/pde.cpp:385:[#included-from:src/pde.cpp:385]:
src/pde.cpp:420:[#included-from:src/pde.cpp:420]:
src/pde.cpp:428:[#included-from:src/pde.cpp:428]:
src/pde.cpp:432:[#included-from:src/pde.cpp:432]:
src/pde.cpp:454:[#included-from:src/pde.cpp:454]:
src/pde.cpp:467:[#included-from:src/pde.cpp:467]:
src/pde.cpp:508:[#included-from:src/pde.cpp:508]:
src/pde.cpp:677:[#included-from:src/pde.cpp:677]:
src/pde.cpp:829:[#included-from:src/pde.cpp:829]:
src/pde.cpp:862:[#included-from:src/pde.cpp:862]:
src/pde.cpp:897:[#included-from:src/pde.cpp:897]:
src/pde.cpp:905:[#included-from:src/pde.cpp:905]:
src/pde.cpp:919:[#included-from:src/pde.cpp:919]:
src/pde.cpp:923:[#included-from:src/pde.cpp:923]:
src/pde.cpp:941:[#included-from:src/pde.cpp:941]:
src/pde.cpp:1040:[#included-from:src/pde.cpp:1040]:
src/pde.cpp:1067:[#included-from:src/pde.cpp:1067]:
src/pde.cpp:1087:[#included-from:src/pde.cpp:1087]:
src/pde.cpp:1120:[#included-from:src/pde.cpp:1120]:
src/pde.cpp:1245:[#included-from:src/pde.cpp:1245]:
src/pde.cpp:1260:[#included-from:src/pde.cpp:1260]:
src/pde.cpp:1275:[#included-from:src/pde.cpp:1275]:
src/pde.cpp:1289:[#included-from:src/pde.cpp:1289]:
src/pde.cpp:1405:[#included-from:src/pde.cpp:1405]:
src/pde.cpp:1419:[#included-from:src/pde.cpp:1419]:
src/pde.cpp:1434:[#included-from:src/pde.cpp:1434]:
src/pde.cpp:1447:[#included-from:src/pde.cpp:1447]:
src/vect.cpp:[At:128]:
src/vect.cpp:[At:225]:
src/vect.cpp:[At:319]:
src/vect.cpp:[At:331]:
src/vect.cpp:[At:343]:
src/vect.cpp:[At:360]:
src/vect.cpp:[At:373]:
src/vect.cpp:[At:386]:
src/vect.cpp:[At:429]:
src/vect.cpp:[At:647]:
src/vect.cpp:[At:926]:
src/vect.cpp:[At:1037]:
src/vect.cpp:[At:1055]:
src/vect.cpp:[At:1263]:
src/vect.cpp:[At:1487]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/complex_io.cpp:196:[#included-from:src/complex_io.cpp:196]:
src/complex_io.cpp:204:[#included-from:src/complex_io.cpp:204]:
src/complex_io.cpp:446:[#included-from:src/complex_io.cpp:446]:
src/complex_io.cpp:483:[#included-from:src/complex_io.cpp:483]:
src/complex_io.cpp:487:[#included-from:src/complex_io.cpp:487]:
src/complex_io.cpp:517:[#included-from:src/complex_io.cpp:517]:
src/complex_io.cpp:520:[#included-from:src/complex_io.cpp:520]:
src/complex_io.cpp:530:[#included-from:src/complex_io.cpp:530]:
src/complex_io.cpp:534:[#included-from:src/complex_io.cpp:534]:
src/complex_io.cpp:538:[#included-from:src/complex_io.cpp:538]:
src/complex_io.cpp:555:[#included-from:src/complex_io.cpp:555]:
src/complex_io.cpp:562:[#included-from:src/complex_io.cpp:562]:
src/complex_io.cpp:569:[#included-from:src/complex_io.cpp:569]:
src/complex_io.cpp:576:[#included-from:src/complex_io.cpp:576]:
src/complex_io.cpp:583:[#included-from:src/complex_io.cpp:583]:
src/complex_io.cpp:606:[#included-from:src/complex_io.cpp:606]:
src/complex_io.cpp:769:[#included-from:src/complex_io.cpp:769]:
src/complex_io.cpp:783:[#included-from:src/complex_io.cpp:783]:
src/complex_io.cpp:796:[#included-from:src/complex_io.cpp:796]:
src/complex_io.cpp:799:[#included-from:src/complex_io.cpp:799]:
src/complex_io.cpp:812:[#included-from:src/complex_io.cpp:812]:
src/complex_io.cpp:815:[#included-from:src/complex_io.cpp:815]:
src/complex_io.cpp:828:[#included-from:src/complex_io.cpp:828]:
src/complex_io.cpp:839:[#included-from:src/complex_io.cpp:839]:
src/complex_io.cpp:849:[#included-from:src/complex_io.cpp:849]:
src/complex_io.cpp:952:[#included-from:src/complex_io.cpp:952]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/data_io.cpp:72:[#included-from:src/data_io.cpp:72]:
src/data_io.cpp:125:[#included-from:src/data_io.cpp:125]:
src/data_io.cpp:170:[#included-from:src/data_io.cpp:170]:
src/data_io.cpp:194:[#included-from:src/data_io.cpp:194]:
src/data_io.cpp:207:[#included-from:src/data_io.cpp:207]:
src/data_io.cpp:220:[#included-from:src/data_io.cpp:220]:
src/data_io.cpp:235:[#included-from:src/data_io.cpp:235]:
src/data_io.cpp:559:[#included-from:src/data_io.cpp:559]:
src/data_io.cpp:576:[#included-from:src/data_io.cpp:576]:
src/data_io.cpp:593:[#included-from:src/data_io.cpp:593]:
src/data_io.cpp:610:[#included-from:src/data_io.cpp:610]:
src/data_io.cpp:627:[#included-from:src/data_io.cpp:627]:
src/data_io.cpp:651:[#included-from:src/data_io.cpp:651]:
src/data_io.cpp:747:[#included-from:src/data_io.cpp:747]:
src/data_io.cpp:749:[#included-from:src/data_io.cpp:749]:
src/data_io.cpp:755:[#included-from:src/data_io.cpp:755]:
src/data_io.cpp:757:[#included-from:src/data_io.cpp:757]:
src/data_io.cpp:763:[#included-from:src/data_io.cpp:763]:
src/data_io.cpp:765:[#included-from:src/data_io.cpp:765]:
src/data_io.cpp:787:[#included-from:src/data_io.cpp:787]:
src/data_io.cpp:806:[#included-from:src/data_io.cpp:806]:
src/data_io.cpp:810:[#included-from:src/data_io.cpp:810]:
src/data_io.cpp:840:[#included-from:src/data_io.cpp:840]:
src/data_io.cpp:843:[#included-from:src/data_io.cpp:843]:
src/data_io.cpp:852:[#included-from:src/data_io.cpp:852]:
src/data_io.cpp:856:[#included-from:src/data_io.cpp:856]:
src/data_io.cpp:860:[#included-from:src/data_io.cpp:860]:
src/data_io.cpp:878:[#included-from:src/data_io.cpp:878]:
src/data_io.cpp:885:[#included-from:src/data_io.cpp:885]:
src/data_io.cpp:892:[#included-from:src/data_io.cpp:892]:
src/data_io.cpp:899:[#included-from:src/data_io.cpp:899]:
src/data_io.cpp:906:[#included-from:src/data_io.cpp:906]:
src/data_io.cpp:928:[#included-from:src/data_io.cpp:928]:
src/data_io.cpp:1264:[#included-from:src/data_io.cpp:1264]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/font.cpp:[At:559]:
src/font.cpp:[At:581]:
src/font.cpp:[At:758]:
src/font.cpp:[At:783]:
src/font.cpp:[At:786]:
src/font.cpp:[At:796]:
src/font.cpp:[At:799]:
src/font.cpp:[At:809]:
src/font.cpp:[At:812]:
src/font.cpp:[At:880]:
src/pixel.cpp:[At:61]:
src/pixel.cpp:[At:81]:
src/pixel.cpp:[At:89]:
src/pixel.cpp:[At:104]:
src/pixel.cpp:[At:367]:
src/pixel.cpp:[At:381]:
src/pixel.cpp:[At:389]:
src/pixel.cpp:[At:400]:
src/pixel.cpp:[At:420]:
src/pixel.cpp:[At:470]:
src/pixel.cpp:[At:479]:
src/pixel.cpp:[At:532]:
src/pixel.cpp:[At:559]:
src/pixel.cpp:[At:586]:
src/pixel.cpp:[At:616]:
src/pixel.cpp:[At:646]:
src/pixel.cpp:[At:721]:
src/pixel.cpp:[At:753]:
src/pixel.cpp:[At:761]:
src/pixel.cpp:[At:770]:
src/pixel.cpp:[At:781]:
src/volume.cpp:[At:177]:
src/volume.cpp:[At:627]:
src/cont.cpp:[At:414]:
src/cont.cpp:[At:683]:
src/cont.cpp:[At:784]:
src/cont.cpp:[At:893]:
src/cont.cpp:[At:985]:
src/cont.cpp:[At:995]:
src/cont.cpp:[At:1005]:
src/cont.cpp:[At:1020]:
src/cont.cpp:[At:1031]:
src/cont.cpp:[At:1042]:
src/cont.cpp:[At:1072]:
src/cont.cpp:[At:1237]:
src/cont.cpp:[At:1462]:
src/data_png.cpp:[At:179]:
src/data_png.cpp:[At:219]:
src/data_png.cpp:[At:221]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/crust.cpp:[At:588]:
src/crust.cpp:[At:638]:
src/crust.cpp:[At:642]:
src/crust.cpp:[At:646]:
src/export_2d.cpp:[At:255]:
src/export_2d.cpp:[At:415]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/data.cpp:164:[#included-from:src/data.cpp:164]:
src/data.cpp:176:[#included-from:src/data.cpp:176]:
src/data.cpp:187:[#included-from:src/data.cpp:187]:
src/data.cpp:204:[#included-from:src/data.cpp:204]:
src/data.cpp:216:[#included-from:src/data.cpp:216]:
src/data.cpp:227:[#included-from:src/data.cpp:227]:
src/data.cpp:244:[#included-from:src/data.cpp:244]:
src/data.cpp:256:[#included-from:src/data.cpp:256]:
src/data.cpp:267:[#included-from:src/data.cpp:267]:
src/data.cpp:335:[#included-from:src/data.cpp:335]:
src/data.cpp:351:[#included-from:src/data.cpp:351]:
src/data.cpp:367:[#included-from:src/data.cpp:367]:
src/data.cpp:411:[#included-from:src/data.cpp:411]:
src/data.cpp:427:[#included-from:src/data.cpp:427]:
src/data.cpp:443:[#included-from:src/data.cpp:443]:
src/data.cpp:487:[#included-from:src/data.cpp:487]:
src/data.cpp:504:[#included-from:src/data.cpp:504]:
src/data.cpp:522:[#included-from:src/data.cpp:522]:
src/data.cpp:567:[#included-from:src/data.cpp:567]:
src/data.cpp:583:[#included-from:src/data.cpp:583]:
src/data.cpp:599:[#included-from:src/data.cpp:599]:
src/data.cpp:665:[#included-from:src/data.cpp:665]:
src/data.cpp:676:[#included-from:src/data.cpp:676]:
src/data.cpp:692:[#included-from:src/data.cpp:692]:
src/data.cpp:701:[#included-from:src/data.cpp:701]:
src/data.cpp:714:[#included-from:src/data.cpp:714]:
src/data.cpp:739:[#included-from:src/data.cpp:739]:
src/data.cpp:746:[#included-from:src/data.cpp:746]:
src/data.cpp:762:[#included-from:src/data.cpp:762]:
src/data.cpp:809:[#included-from:src/data.cpp:809]:
src/data.cpp:856:[#included-from:src/data.cpp:856]:
src/data.cpp:1090:[#included-from:src/data.cpp:1090]:
src/data.cpp:1101:[#included-from:src/data.cpp:1101]:
src/data.cpp:1192:[#included-from:src/data.cpp:1192]:
src/data.cpp:1211:[#included-from:src/data.cpp:1211]:
src/data.cpp:1220:[#included-from:src/data.cpp:1220]:
src/data.cpp:1229:[#included-from:src/data.cpp:1229]:
src/data.cpp:1239:[#included-from:src/data.cpp:1239]:
src/data.cpp:1305:[#included-from:src/data.cpp:1305]:
src/data.cpp:1327:[#included-from:src/data.cpp:1327]:
src/data.cpp:1378:[#included-from:src/data.cpp:1378]:
src/data.cpp:1392:[#included-from:src/data.cpp:1392]:
src/data.cpp:1411:[#included-from:src/data.cpp:1411]:
src/data.cpp:1414:[#included-from:src/data.cpp:1414]:
src/data.cpp:1429:[#included-from:src/data.cpp:1429]:
src/data.cpp:1441:[#included-from:src/data.cpp:1441]:
src/data.cpp:1491:[#included-from:src/data.cpp:1491]:
src/data.cpp:1501:[#included-from:src/data.cpp:1501]:
src/data.cpp:1511:[#included-from:src/data.cpp:1511]:
src/data.cpp:1537:[#included-from:src/data.cpp:1537]:
src/data.cpp:1540:[#included-from:src/data.cpp:1540]:
src/data.cpp:1543:[#included-from:src/data.cpp:1543]:
src/data.cpp:1546:[#included-from:src/data.cpp:1546]:
src/data.cpp:1549:[#included-from:src/data.cpp:1549]:
src/data.cpp:1552:[#included-from:src/data.cpp:1552]:
src/data.cpp:1555:[#included-from:src/data.cpp:1555]:
src/data.cpp:1570:[#included-from:src/data.cpp:1570]:
src/data.cpp:1575:[#included-from:src/data.cpp:1575]:
src/data.cpp:1580:[#included-from:src/data.cpp:1580]:
src/data.cpp:1584:[#included-from:src/data.cpp:1584]:
src/data.cpp:1591:[#included-from:src/data.cpp:1591]:
src/data.cpp:1596:[#included-from:src/data.cpp:1596]:
src/data.cpp:1600:[#included-from:src/data.cpp:1600]:
src/data.cpp:1606:[#included-from:src/data.cpp:1606]:
src/data.cpp:1611:[#included-from:src/data.cpp:1611]:
src/data.cpp:1615:[#included-from:src/data.cpp:1615]:
src/data.cpp:1622:[#included-from:src/data.cpp:1622]:
src/data.cpp:1627:[#included-from:src/data.cpp:1627]:
src/data.cpp:1632:[#included-from:src/data.cpp:1632]:
src/data.cpp:1641:[#included-from:src/data.cpp:1641]:
src/data.cpp:1644:[#included-from:src/data.cpp:1644]:
src/data.cpp:1651:[#included-from:src/data.cpp:1651]:
src/data.cpp:1654:[#included-from:src/data.cpp:1654]:
src/data.cpp:1661:[#included-from:src/data.cpp:1661]:
src/data.cpp:1664:[#included-from:src/data.cpp:1664]:
src/data.cpp:1683:[#included-from:src/data.cpp:1683]:
src/data.cpp:1763:[#included-from:src/data.cpp:1763]:
src/data.cpp:1816:[#included-from:src/data.cpp:1816]:
src/data.cpp:1908:[#included-from:src/data.cpp:1908]:
src/data.cpp:1923:[#included-from:src/data.cpp:1923]:
src/data.cpp:1961:[#included-from:src/data.cpp:1961]:
src/data.cpp:1979:[#included-from:src/data.cpp:1979]:
src/data.cpp:1981:[#included-from:src/data.cpp:1981]:
src/data.cpp:2033:[#included-from:src/data.cpp:2033]:
src/data.cpp:2035:[#included-from:src/data.cpp:2035]:
src/data.cpp:2037:[#included-from:src/data.cpp:2037]:
src/data.cpp:2055:[#included-from:src/data.cpp:2055]:
src/data.cpp:2082:[#included-from:src/data.cpp:2082]:
src/data.cpp:2084:[#included-from:src/data.cpp:2084]:
src/data.cpp:2086:[#included-from:src/data.cpp:2086]:
src/data.cpp:2088:[#included-from:src/data.cpp:2088]:
src/data.cpp:2103:[#included-from:src/data.cpp:2103]:
src/data.cpp:2110:[#included-from:src/data.cpp:2110]:
src/export_3d.cpp:[At:562]:
src/other.cpp:[At:37]:
src/other.cpp:[At:60]:
src/other.cpp:[At:84]:
src/other.cpp:[At:174]:
src/other.cpp:[At:200]:
src/other.cpp:[At:226]:
src/other.cpp:[At:309]:
src/other.cpp:[At:330]:
src/other.cpp:[At:351]:
src/surf.cpp:[At:809]:
src/data_ex.cpp:[At:31]:
src/data_ex.cpp:[At:34]:
src/data_ex.cpp:[At:37]:
src/data_ex.cpp:[At:105]:
src/data_ex.cpp:[At:119]:
src/data_ex.cpp:[At:139]:
src/data_ex.cpp:[At:143]:
src/data_ex.cpp:[At:163]:
src/data_ex.cpp:[At:202]:
src/data_ex.cpp:[At:217]:
src/data_ex.cpp:[At:234]:
src/data_ex.cpp:[At:251]:
src/data_ex.cpp:[At:272]:
src/data_ex.cpp:[At:306]:
src/data_ex.cpp:[At:322]:
src/data_ex.cpp:[At:338]:
src/data_ex.cpp:[At:358]:
src/data_ex.cpp:[At:392]:
src/data_ex.cpp:[At:408]:
src/data_ex.cpp:[At:424]:
src/data_ex.cpp:[At:444]:
src/data_ex.cpp:[At:486]:
src/data_ex.cpp:[At:501]:
src/data_ex.cpp:[At:517]:
src/data_ex.cpp:[At:542]:
src/data_ex.cpp:[At:552]:
src/data_ex.cpp:[At:560]:
src/data_ex.cpp:[At:571]:
src/data_ex.cpp:[At:581]:
src/data_ex.cpp:[At:589]:
src/data_ex.cpp:[At:600]:
src/data_ex.cpp:[At:610]:
src/data_ex.cpp:[At:618]:
src/data_ex.cpp:[At:629]:
src/data_ex.cpp:[At:639]:
src/data_ex.cpp:[At:647]:
src/data_ex.cpp:[At:665]:
src/data_ex.cpp:[At:683]:
src/data_ex.cpp:[At:707]:
src/data_ex.cpp:[At:810]:
src/data_ex.cpp:[At:839]:
src/data_ex.cpp:[At:879]:
src/data_ex.cpp:[At:920]:
src/data_ex.cpp:[At:963]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/fft.cpp:96:[#included-from:src/fft.cpp:96]:
src/fft.cpp:153:[#included-from:src/fft.cpp:153]:
src/fft.cpp:169:[#included-from:src/fft.cpp:169]:
src/fft.cpp:185:[#included-from:src/fft.cpp:185]:
src/fft.cpp:252:[#included-from:src/fft.cpp:252]:
src/fft.cpp:280:[#included-from:src/fft.cpp:280]:
src/fft.cpp:292:[#included-from:src/fft.cpp:292]:
src/fft.cpp:316:[#included-from:src/fft.cpp:316]:
src/fft.cpp:340:[#included-from:src/fft.cpp:340]:
src/fft.cpp:397:[#included-from:src/fft.cpp:397]:
src/fft.cpp:435:[#included-from:src/fft.cpp:435]:
src/fft.cpp:499:[#included-from:src/fft.cpp:499]:
src/fft.cpp:528:[#included-from:src/fft.cpp:528]:
src/fft.cpp:557:[#included-from:src/fft.cpp:557]:
src/fft.cpp:619:[#included-from:src/fft.cpp:619]:
src/fft.cpp:656:[#included-from:src/fft.cpp:656]:
src/fft.cpp:693:[#included-from:src/fft.cpp:693]:
src/fft.cpp:762:[#included-from:src/fft.cpp:762]:
src/fft.cpp:821:[#included-from:src/fft.cpp:821]:
src/fft.cpp:1095:[#included-from:src/fft.cpp:1095]:
src/fft.cpp:1123:[#included-from:src/fft.cpp:1123]:
src/fft.cpp:1151:[#included-from:src/fft.cpp:1151]:
src/fft.cpp:1180:[#included-from:src/fft.cpp:1180]:
src/fft.cpp:1218:[#included-from:src/fft.cpp:1218]:
src/fft.cpp:1222:[#included-from:src/fft.cpp:1222]:
src/fft.cpp:1225:[#included-from:src/fft.cpp:1225]:
src/fft.cpp:1228:[#included-from:src/fft.cpp:1228]:
src/fft.cpp:1232:[#included-from:src/fft.cpp:1232]:
src/fft.cpp:1235:[#included-from:src/fft.cpp:1235]:
src/fft.cpp:1272:[#included-from:src/fft.cpp:1272]:
src/fft.cpp:1287:[#included-from:src/fft.cpp:1287]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/parser.cpp:1202:[#included-from:src/parser.cpp:1202]:
src/parser.cpp:1205:[#included-from:src/parser.cpp:1205]:
src/parser.cpp:1212:[#included-from:src/parser.cpp:1212]:
src/parser.cpp:1215:[#included-from:src/parser.cpp:1215]:
src/parser.cpp:1233:[#included-from:src/parser.cpp:1233]:
src/parser.cpp:1236:[#included-from:src/parser.cpp:1236]:
src/parser.cpp:1243:[#included-from:src/parser.cpp:1243]:
src/parser.cpp:1246:[#included-from:src/parser.cpp:1246]:
src/parser.cpp:1264:[#included-from:src/parser.cpp:1264]:
src/parser.cpp:1267:[#included-from:src/parser.cpp:1267]:
src/parser.cpp:1274:[#included-from:src/parser.cpp:1274]:
src/parser.cpp:1277:[#included-from:src/parser.cpp:1277]:
src/parser.cpp:1296:[#included-from:src/parser.cpp:1296]:
src/parser.cpp:1299:[#included-from:src/parser.cpp:1299]:
src/parser.cpp:1307:[#included-from:src/parser.cpp:1307]:
src/parser.cpp:1310:[#included-from:src/parser.cpp:1310]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/complex_ex.cpp:35:[#included-from:src/complex_ex.cpp:35]:
src/complex_ex.cpp:38:[#included-from:src/complex_ex.cpp:38]:
src/complex_ex.cpp:41:[#included-from:src/complex_ex.cpp:41]:
src/complex_ex.cpp:45:[#included-from:src/complex_ex.cpp:45]:
src/complex_ex.cpp:48:[#included-from:src/complex_ex.cpp:48]:
src/complex_ex.cpp:51:[#included-from:src/complex_ex.cpp:51]:
src/complex_ex.cpp:121:[#included-from:src/complex_ex.cpp:121]:
src/complex_ex.cpp:128:[#included-from:src/complex_ex.cpp:128]:
src/complex_ex.cpp:143:[#included-from:src/complex_ex.cpp:143]:
src/complex_ex.cpp:150:[#included-from:src/complex_ex.cpp:150]:
src/complex_ex.cpp:171:[#included-from:src/complex_ex.cpp:171]:
src/complex_ex.cpp:174:[#included-from:src/complex_ex.cpp:174]:
src/complex_ex.cpp:178:[#included-from:src/complex_ex.cpp:178]:
src/complex_ex.cpp:200:[#included-from:src/complex_ex.cpp:200]:
src/complex_ex.cpp:245:[#included-from:src/complex_ex.cpp:245]:
src/complex_ex.cpp:249:[#included-from:src/complex_ex.cpp:249]:
src/complex_ex.cpp:253:[#included-from:src/complex_ex.cpp:253]:
src/complex_ex.cpp:257:[#included-from:src/complex_ex.cpp:257]:
src/complex_ex.cpp:272:[#included-from:src/complex_ex.cpp:272]:
src/complex_ex.cpp:289:[#included-from:src/complex_ex.cpp:289]:
src/complex_ex.cpp:306:[#included-from:src/complex_ex.cpp:306]:
src/complex_ex.cpp:327:[#included-from:src/complex_ex.cpp:327]:
src/complex_ex.cpp:369:[#included-from:src/complex_ex.cpp:369]:
src/complex_ex.cpp:384:[#included-from:src/complex_ex.cpp:384]:
src/complex_ex.cpp:400:[#included-from:src/complex_ex.cpp:400]:
src/complex_ex.cpp:428:[#included-from:src/complex_ex.cpp:428]:
src/complex_ex.cpp:435:[#included-from:src/complex_ex.cpp:435]:
src/complex_ex.cpp:442:[#included-from:src/complex_ex.cpp:442]:
src/complex_ex.cpp:491:[#included-from:src/complex_ex.cpp:491]:
src/complex_ex.cpp:501:[#included-from:src/complex_ex.cpp:501]:
src/complex_ex.cpp:504:[#included-from:src/complex_ex.cpp:504]:
src/complex_ex.cpp:512:[#included-from:src/complex_ex.cpp:512]:
src/complex_ex.cpp:525:[#included-from:src/complex_ex.cpp:525]:
src/complex_ex.cpp:535:[#included-from:src/complex_ex.cpp:535]:
src/complex_ex.cpp:538:[#included-from:src/complex_ex.cpp:538]:
src/complex_ex.cpp:546:[#included-from:src/complex_ex.cpp:546]:
src/complex_ex.cpp:559:[#included-from:src/complex_ex.cpp:559]:
src/complex_ex.cpp:569:[#included-from:src/complex_ex.cpp:569]:
src/complex_ex.cpp:572:[#included-from:src/complex_ex.cpp:572]:
src/complex_ex.cpp:580:[#included-from:src/complex_ex.cpp:580]:
src/complex_ex.cpp:593:[#included-from:src/complex_ex.cpp:593]:
src/complex_ex.cpp:603:[#included-from:src/complex_ex.cpp:603]:
src/complex_ex.cpp:606:[#included-from:src/complex_ex.cpp:606]:
src/complex_ex.cpp:614:[#included-from:src/complex_ex.cpp:614]:
ignoring #pragma omp section [-Wunknown-pragmas]:
src/font.cpp:[At:761]:
src/font.cpp:[At:766]:
src/font.cpp:[At:771]:
ignoring #pragma warning [-Wunknown-pragmas]:
iup_mglplot.cpp:[At:38]:
iup_mglplot.cpp:40:[#included-from:iup_mglplot.cpp:40]:
<FUNC> defined but not used [-Wunused-function]:
iup_flatlist.c:[At:1608]: iListSetShowDragDropAttrib
iup_flatlist.c:[At:1603]: iListGetShowDragDropAttrib
iup_flatlist.c:[At:1572]: iFlatListCallDragDropCb
iup_flatlist.c:[At:583]: iFlatListSingleCallDblClickCb
iup_flatval.c:[At:625]: iFlatValSetAttribPostRedraw
matrix/iupmat_draw.c:[At:1550]: iMatrixDrawHasFlatScrollBar
scintilla/lexers/LexLed.cxx:[At:43]: int LongDelimCheck(Scintilla::StyleContext&)
lex.yy.c:1566:[Function:yylex]: yy_flex_realloc
lex.yy.c:1097:[Function:yylex]: input
lex.yy.c:1049:[Function:yylex]: yyunput
label <LABEL> defined but not used [-Wunused-label]:
lex.yy.c:617:[Function:yylex]: find_rule
y.tab.c:322:[Function:yyparse]: yyerrlab
y.tab.c:317:[Function:yyparse]: yynewerror
ignoring return value of <FUNC>, declared with attribute warn_unused_result [-Wunused-result]:
iup_recplay.c:214:[Function:iPlayReadChar]: fscanf
iup_recplay.c:216:[Function:iPlayReadChar]: fread
iup_recplay.c:194:[Function:iPlayReadFloat]: fscanf
iup_recplay.c:196:[Function:iPlayReadFloat]: fread
iup_recplay.c:186:[Function:iPlayReadInt]: fscanf
iup_recplay.c:188:[Function:iPlayReadInt]: fread
iup_recplay.c:204:[Function:iPlayReadByte]: fscanf
iup_recplay.c:208:[Function:iPlayReadByte]: fread
iup_recplay.c:221:[Function:iPlayReadStr]: fread
iup_recplay.c:227:[Function:iPlayReadStr]: fread
matrixex/iupmatex_clipboard.c:693:[Function:iMatrixReadFile]: fread
src/font.cpp:614:[MemeberFunction:bool mglFont::read_data(const char*, int, std::vector<short int>&, std::vector<mglGlyphDescr>&)]: char* fgets(char*, int, FILE*)
src/font.cpp:663:[MemeberFunction:bool mglFont::read_main(const char*, std::vector<short int>&)]: char* fgets(char*, int, FILE*)
src/export_3d.cpp:760:[MemeberFunction:bool mglCanvas::ImportMGLD(const char*, bool)]: int fscanf(FILE*, const char*, ...)
src/export_3d.cpp:761:[MemeberFunction:bool mglCanvas::ImportMGLD(const char*, bool)]: int fscanf(FILE*, const char*, ...)
iup_scintilladlg.c:538:[Function:readFile]: fread
value computed is not used [-Wunused-value]:
ctrl/iuplua_matrix_aux.c:115:[Function:register_math_global]:
ctrl/iuplua_matrix_aux.c:115:[Function:iMatrixInitFormula]:
ctrl/iuplua_matrix_aux.c:115:[Function:iMatrixInitFormula]:
ctrl/iuplua_matrix_aux.c:115:[Function:iMatrixInitFormula]:
ctrl/iuplua_plot.c:115:[Function:IupPlotSetFormula]:
ctrl/iuplua_plot.c:115:[Function:IupPlotSetFormula]:
<VAR> defined but not used [-Wunused-variable]:
y.tab.c:2:[Function:yyparse]: yysccsid
variable <VAR> set but not used [-Wunused-but-set-variable]:
src/export_3d.cpp:1020:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_x
src/export_3d.cpp:1020:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_d
src/export_3d.cpp:1020:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_v
src/export_3d.cpp:1020:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_t
src/export_3d.cpp:1021:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_s
src/export_3d.cpp:1021:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_a
src/export_3d.cpp:1021:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_o
src/export_3d.cpp:1021:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_T
src/export_3d.cpp:1022:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_V
src/export_3d.cpp:1022:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_S
src/export_3d.cpp:1022:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_D
src/export_3d.cpp:1022:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_Y
src/export_3d.cpp:1022:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_l
src/export_3d.cpp:1023:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_L
src/export_3d.cpp:1023:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_r
src/export_3d.cpp:1023:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_R
src/export_3d.cpp:1212:[Function:void mgl_write_x3d(HMGL, const char*, const char*)]: same
src/export_3d.cpp:1244:[Function:void mgl_write_x3d(HMGL, const char*, const char*)]: same
src/export_3d.cpp:1190:[Function:void mgl_write_x3d(HMGL, const char*, const char*)]: k
tuio/TuioClient.cpp:118:[MemeberFunction:void TUIO::TuioClient::ProcessMessage(const osc::ReceivedMessage&, const IpEndpointName&)]: arg
oscpack/ip/posix/UdpSocket.cpp:434:[MemeberFunction:void SocketReceiveMultiplexer::Implementation::Run()]: ret
oscpack/ip/posix/UdpSocket.cpp:485:[MemeberFunction:void SocketReceiveMultiplexer::Implementation::AsynchronousBreak()]: ret
warning: ISO C++ forbids converting a string constant to <TYPE> [-Wwrite-strings]:
iup_mglplot.cpp:354:[Function:char* iMglPlotGetTexFontName(const char*)]: char*
iup_mglplot.cpp:358:[Function:char* iMglPlotGetTexFontName(const char*)]: char*
iup_mglplot.cpp:362:[Function:char* iMglPlotGetTexFontName(const char*)]: char*
iup_mglplot.cpp:1061:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1079:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1080:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1081:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1082:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1083:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1084:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1085:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1086:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1087:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1088:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:2131:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2132:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2133:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2134:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2135:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2136:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2137:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2138:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2155:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2157:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2159:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2161:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2163:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2165:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2167:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2180:[Function:char* iMglPlotGetGridAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2508:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2509:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2510:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2511:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2512:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2513:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2514:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2515:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2516:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2517:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2518:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2519:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2520:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2521:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2774:[Function:char* iMglPlotGetAxisLabelPosition(int)]: char*
iup_mglplot.cpp:2776:[Function:char* iMglPlotGetAxisLabelPosition(int)]: char*
iup_mglplot.cpp:2778:[Function:char* iMglPlotGetAxisLabelPosition(int)]: char*
iup_mglplot.cpp:3167:[Function:char* iMglPlotGetAxisScale(const char*)]: char*
iup_mglplot.cpp:3169:[Function:char* iMglPlotGetAxisScale(const char*)]: char*
iup_mglplot.cpp:3171:[Function:char* iMglPlotGetAxisScale(const char*)]: char*
iup_mglplot.cpp:3173:[Function:char* iMglPlotGetAxisScale(const char*)]: char*
iup_mglplot.cpp:3621:[Function:char* iMglPlotGetAxisXCrossOrigin(double)]: char*
iup_mglplot.cpp:3623:[Function:char* iMglPlotGetAxisXCrossOrigin(double)]: char*
* No diagnostics for:
#include expects "FILENAME" or <FILENAME>
missing binary operator before token "("
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]
format <FMT> expects argument of type <TYPE1>, but argument <NUM> has type <TYPE2> [-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 <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]
<VAR> is usually a function [-Wmain]
missing braces around initializer [-Wmissing-braces]
suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
suggest parentheses around '&&' within '||' [-Wparentheses]
comparison between pointer and zero character constant [-Wpointer-compare]
<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]
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
enumeration value <ENUM> not handled in switch [-Wswitch]
<EXPRESSION> is used uninitialized in this function [-Wuninitialized]
<VAR> defined but not used [-Wunused-const-variable=]
<FUNC> declared <TYPE> but never defined [-Wunused-function]
statement with no effect [-Wunused-value]
unused variable <VAR> [-Wunused-variable]
deprecated conversion from string constant to <TYPE> [-Wwrite-strings]
(End of list.)
converting to non-pointer type <TYPE> from NULL [-Wconversion-null]:
tuio/TuioClient.cpp:79:[Constructor:TUIO::TuioClient::TuioClient(int)]: pthread_t {aka long unsigned int}
tuio/TuioServer.cpp:70:[MemeberFunction:void TUIO::TuioServer::disablePeriodicMessages()]: pthread_t {aka long unsigned int}
<FUNC> is deprecated [-Wdeprecated-declarations]:
gtk/iupgtk_label.c:132:[Function:gtkLabelSetAlignmentAttrib]: gtk_misc_set_alignment
gtk/iupgtk_font.c:208:[Function:gtkFontUpdateWidget]: gtk_widget_override_font
gtk/iupgtk_filedlg.c:455:[Function:gtkFileDlgPopup]: gtk_widget_set_double_buffered
gtk/iupgtk_button.c:140:[Function:gtkButtonSetAlignmentAttrib]: gtk_button_set_alignment
gtk/iupgtk_toggle.c:238:[Function:gtkToggleSetAlignmentAttrib]: gtk_button_set_alignment
gtk/iupgtk_tree.c:2032:[Function:gtkTreeCellTextEditingStarted]: gtk_widget_override_font
gtk/iupgtk_canvas.c:494:[Function:gtkCanvasSetDXAttrib]: gtk_adjustment_value_changed
gtk/iupgtk_canvas.c:582:[Function:gtkCanvasSetDYAttrib]: gtk_adjustment_value_changed
gtk/iupgtk_canvas.c:670:[Function:gtkCanvasSetBgColorAttrib]: gtk_widget_set_double_buffered
gtk/iupgtk_canvas.c:671:[#included-from:gtk/iupgtk_canvas.c:671]: gtk_widget_set_double_buffered
gtk/iupgtk_canvas.c:679:[#included-from:gtk/iupgtk_canvas.c:679]: gtk_widget_set_double_buffered
gtk/iupgtk_canvas.c:680:[#included-from:gtk/iupgtk_canvas.c:680]: gtk_widget_set_double_buffered
gtk/iupgtk_canvas.c:684:[#included-from:gtk/iupgtk_canvas.c:684]: gtk_widget_set_double_buffered
gtk/iupgtk_canvas.c:685:[#included-from:gtk/iupgtk_canvas.c:685]: gtk_widget_set_double_buffered
gtk/iupgtk_common.c:151:[Function:iupdrvReparent]: gtk_widget_reparent
gtk/iupgtk_common.c:552:[Function:iupgtkSetFgColor]: gtk_widget_override_color
gtk/iupgtk_common.c:553:[#included-from:gtk/iupgtk_common.c:553]: gtk_widget_override_color
gtk/iupgtk_common.c:554:[#included-from:gtk/iupgtk_common.c:554]: gtk_widget_override_color
gtk/iupgtk_common.c:603:[Function:gtkEmptyCursor]: gdk_cursor_new
gtk/iupgtk_common.c:675:[Function:gtkGetCursor]: gdk_cursor_new
gtk/iupgtk_menu.c:120:[Function:gtkItemUpdateImage]: gtk_image_menu_item_get_image
gtk/iupgtk_menu.c:124:[#included-from:gtk/iupgtk_menu.c:124]: gtk_image_menu_item_set_image
gtk/iupgtk_menu.c:131:[#included-from:gtk/iupgtk_menu.c:131]: gtk_image_menu_item_set_image
<FUNC1> is deprecated: Use <FUNC2> instead [-Wdeprecated-declarations]:
gtk/iupgtk_open.c:303:[Function:gtkUpdateGlobalColors]: gtk_style_context_get_background_color gtk_render_background
gtk/iupgtk_open.c:314:[#included-from:gtk/iupgtk_open.c:314]: gtk_style_context_get_background_color gtk_render_background
gtk/iupgtk_open.c:318:[#included-from:gtk/iupgtk_open.c:318]: gtk_style_context_get_background_color gtk_render_background
gtk/iupgtk_tree.c:2842:[Function:gtkTreeMapMethod]: gdk_color_get_type gdk_rgba_get_type
gtk/iupgtk_menu.c:189:[Function:gtkItemActivate]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:310:[Function:gtkItemSetTitleImageAttrib]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:321:[Function:gtkItemSetImageAttrib]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:332:[Function:gtkItemSetImpressAttrib]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:374:[Function:gtkItemSetValueAttrib]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:402:[Function:gtkItemMapMethod]: gtk_image_menu_item_new_with_label gtk_menu_item_new_with_label
gtk/iupgtk_menu.c:478:[Function:gtkSubmenuSetImageAttrib]: gtk_image_menu_item_get_type gtk_menu_item_get_type
gtk/iupgtk_menu.c:499:[Function:gtkSubmenuMapMethod]: gtk_image_menu_item_new_with_label gtk_menu_item_new_with_label
gtk/iupgtk_info.c:102:[Function:iupdrvGetKeyState]: gdk_display_get_pointer gdk_device_get_position
<FUNC> may write a terminating nul past the end of the destination [-Wformat-overflow=]:
scintilla/src/Editor.cxx:201:[MemeberFunction:void Scintilla::Editor::SetRepresentations()]: __builtin___sprintf_chk
implicit declaration of function <FUNC> [-Wimplicit-function-declaration]:
y.tab.c:277:[Function:yyparse]: yylex
assignment from incompatible pointer type [-Wincompatible-pointer-types]:
iup_cd.c:85:[Function:cdContextIup]:
cdIupContext.cxCreateCanvas = cdcreatecanvasIUP;
^
iup_cd.c:126:[Function:cdContextIupDBuffer]:
cdIupContextDBuffer.cxCreateCanvas = cdcreatecanvasIUP_DBUFFER;
^
iup_cd.c:167:[Function:cdContextIupDBufferRGB]:
cdIupContextDBufferRGB.cxCreateCanvas = cdcreatecanvasIUP_DBUFFERRGB;
^
initialization from incompatible pointer type [-Wincompatible-pointer-types]:
iup_draw_cd.c:[At:525]:
cdcreatecanvas,
passing argument <NUM> of <FUNC> from incompatible pointer type [-Wincompatible-pointer-types]:
iup_scintilladlg.c:1918:[Function:item_pagesetup_action_cb]: 2 getListIndex
margin_units_index = getListIndex(margin_units, margin_units_list, sizeof(margin_units_list));
iup_scintilladlg.c:1919:[Function:item_pagesetup_action_cb]: 2 getListIndex
word_wrap_index = getListIndex(word_wrap, word_wrap_list, sizeof(word_wrap_list));
iup_scintilladlg.c:1920:[Function:item_pagesetup_action_cb]: 2 getListIndex
color_index = getListIndex(color, color_list, sizeof(color_list));
iup_scintilladlg.c:1936:[Function:item_pagesetup_action_cb]: 2 getListValue
margin_units = getListValue(margin_units_index, margin_units_list);
iup_scintilladlg.c:1937:[Function:item_pagesetup_action_cb]: 2 getListValue
word_wrap = getListValue(word_wrap_index, word_wrap_list);
iup_scintilladlg.c:1938:[Function:item_pagesetup_action_cb]: 2 getListValue
color = getListValue(color_index, color_list);
iup_view.c:220:[Function:getfileformat]: 4 IupListDialog
ret = IupListDialog(1,"File Format",count,options,1,9,count+1,NULL);
iuplua_api.c:567:[Function:ListDialog]: 4 IupListDialog
list,
ctrl/iuplua_plot.c:290:[Function:PlotInsertStrSamples]: 4 IupPlotInsertStrSamples
IupPlotInsertStrSamples(iuplua_checkihandle(L,1), luaL_checkinteger(L,2), luaL_checkinteger(L,3), px, py, count);
ctrl/iuplua_plot.c:315:[Function:PlotAddStrSamples]: 3 IupPlotAddStrSamples
IupPlotAddStrSamples(iuplua_checkihandle(L,1), luaL_checkinteger(L,2), px, py, count);
ctrl/iuplua_mglplot.c:62:[Function:PlotInsert1D]: 4 IupMglPlotInsert1D
IupMglPlotInsert1D(iuplua_checkihandle(L,1), luaL_checkinteger(L,2), luaL_checkinteger(L,3), px, py, count);
ctrl/iuplua_mglplot.c:101:[Function:PlotSet1D]: 3 IupMglPlotSet1D
IupMglPlotSet1D(iuplua_checkihandle(L,1), luaL_checkinteger(L,2), px, py, count);
iuplua_im.c:86:[Function:LoadAnimationFrames]: 1 IupLoadAnimationFrames
Ihandle* animation = IupLoadAnimationFrames(filename_list, file_count);
cast to pointer from integer of different size [-Wint-to-pointer-cast]:
iup_image.c:1114:[Function:IupImage]:
params[0] = (void*)width;
iup_image.c:1115:[Function:IupImage]:
params[1] = (void*)height;
iup_image.c:1124:[Function:IupImageRGB]:
params[0] = (void*)width;
iup_image.c:1125:[Function:IupImageRGB]:
params[1] = (void*)height;
iup_image.c:1134:[Function:IupImageRGBA]:
params[0] = (void*)width;
iup_image.c:1135:[Function:IupImageRGBA]:
params[1] = (void*)height;
gtk/iupgtk_open.c:240:[Function:gtkSetGlobalAttrib]:
IupSetGlobal("XSCREEN", (char*)XDefaultScreen(xdisplay));
iup_tuio.cpp:404:[Function:Ihandle* IupTuioClient(int)]:
params[0] = (void*)port;
iuplua_tree_aux.c:84:[Function:TreeGetId]:
id = IupTreeGetId(ih, (void*)ref);
iuplua_tree_aux.c:127:[Function:TreeSetUserId]:
IupTreeSetUserId(ih, id, (void*)ref);
<VAR> may be used uninitialized in this function [-Wmaybe-uninitialized]:
./mgl2/abstract.h:157:[Function:mglDataC* mgl_pde_adv_c(HMGL, const char*, HCDT, HCDT, mreal, mreal, const char*)]: ham
virtual ~mglDataA() { if(func) func(o); }
^~~~
src/pde.cpp:212:7: note: 'ham' was declared here
HADT ham;
^~~
the use of `tmpnam' is dangerous, better use `mkstemp':
export.cpp:[At:(.text+0x2a4e)]:
suggest parentheses around assignment used as truth value [-Wparentheses]:
y.tab.c:274:[Function:yyparse]:
cast from pointer to integer of different size [-Wpointer-to-int-cast]:
iup_image.c:1030:[Function:iImageCreate]:
width = (int)(params[0]);
iup_image.c:1031:[Function:iImageCreate]:
height = (int)(params[1]);
iup_image.c:1051:[Function:iImageCreate]:
if (((int)(params[2])==-1) || ((int)(params[3])==-1)) /* NULL or compacted in one pointer */
iup_image.c:1051:[Function:iImageCreate]:
if (((int)(params[2])==-1) || ((int)(params[3])==-1)) /* NULL or compacted in one pointer */
iup_image.c:1053:[Function:iImageCreate]:
if ((int)(params[2])!=-1)
iup_image.c:1063:[Function:iImageCreate]:
imgdata[i] = (unsigned char)((int)(params[i+2]));
iuplua_tree_aux.c:60:[Function:tree_push_userid]:
int ref = (int)userid;
iuplua_tree_aux.c:105:[Function:TreeSetUserId]:
int ref = (int)IupTreeGetUserId(ih, id);
this 'else' clause does not guard... [-Wmisleading-indentation]:
src/exec.cpp:35:[Function:int mgls_addlegend(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:35:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:48:[Function:int mgls_addto(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:48:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:58:[Function:int mgls_sort(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:58:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:66:[Function:int mgls_alpha(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:66:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:74:[Function:int mgls_gray(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:74:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:81:[Function:int mgls_pendelta(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:81:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:88:[Function:int mgls_plotid(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:88:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:97:[Function:int mgls_mask(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:97:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:104:[Function:int mgls_alphadef(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:104:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:111:[Function:int mgls_ambient(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:111:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:118:[Function:int mgls_diffuse(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:118:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:130:[Function:int mgls_area(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:130:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:138:[Function:int mgls_aspect(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:138:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:145:[Function:int mgls_shear(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:145:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:155:[Function:int mgls_axial(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:155:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:169:[Function:int mgls_axis(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:169:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:179:[Function:int mgls_ball(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:179:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:188:[Function:int mgls_box(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:188:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:198:[Function:int mgls_ohlc(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:198:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:210:[Function:int mgls_bars(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:210:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:220:[Function:int mgls_barh(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:220:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:232:[Function:int mgls_cones(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:232:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:242:[Function:int mgls_belt(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:242:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:252:[Function:int mgls_boxs(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:252:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:272:[Function:int mgls_beam(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:272:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:279:[Function:int mgls_clearlegend(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:279:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:292:[Function:int mgls_background(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:292:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:301:[Function:int mgls_clf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:301:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:308:[Function:int mgls_reset(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:308:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:316:[Function:int mgls_chart(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:316:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:326:[Function:int mgls_cloud(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:326:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:340:[Function:int mgls_crange(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:340:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:351:[Function:int mgls_crop(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:351:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:360:[Function:int mgls_clean(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:360:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:371:[Function:int mgls_cumsum(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:371:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:397:[Function:int mgls_curve(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:397:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:407:[Function:int mgls_cut(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:407:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:415:[Function:int mgls_crust(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:415:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:432:[Function:int mgls_colorbar(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:432:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:454:[Function:int mgls_copy(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:454:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:468:[Function:int mgls_cont(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:468:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:482:[Function:int mgls_contv(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:482:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:496:[Function:int mgls_contf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:496:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:510:[Function:int mgls_contd(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:510:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:528:[Function:int mgls_cont3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:528:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:546:[Function:int mgls_contf3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:546:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:555:[Function:int mgls_contx(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:555:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:564:[Function:int mgls_contfx(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:564:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:573:[Function:int mgls_conty(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:573:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:582:[Function:int mgls_contfy(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:582:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:591:[Function:int mgls_contz(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:591:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:600:[Function:int mgls_contfz(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:600:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:610:[Function:int mgls_cone(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:610:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:624:[Function:int mgls_ellipse(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:624:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:634:[Function:int mgls_circle(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:634:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:648:[Function:int mgls_rhomb(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:648:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:662:[Function:int mgls_polygon(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:662:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:680:[Function:int mgls_arc(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:680:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:690:[Function:int mgls_dens(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:690:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:702:[Function:int mgls_dens3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:702:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:711:[Function:int mgls_densx(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:711:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:720:[Function:int mgls_densy(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:720:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:729:[Function:int mgls_densz(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:729:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:742:[Function:int mgls_divto(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:742:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:755:[Function:int mgls_multo(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:755:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:768:[Function:int mgls_subto(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:768:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:780:[Function:int mgls_dots(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:780:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:795:[Function:int mgls_diff(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:795:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:806:[Function:int mgls_diff2(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:806:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:828:[Function:int mgls_drop(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:828:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:838:[Function:int mgls_dew(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:838:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:848:[Function:int mgls_fall(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:848:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:858:[Function:int mgls_mesh(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:858:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:868:[Function:int mgls_surf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:868:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:878:[Function:int mgls_surfc(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:878:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:888:[Function:int mgls_surfa(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:888:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:898:[Function:int mgls_surfca(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:898:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:943:[Function:int mgls_grad(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:943:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:970:[Function:int mgls_fill(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:970:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:997:[Function:int mgls_refill(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:997:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1010:[Function:int mgls_gspline(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1010:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1019:[Function:int mgls_fillsample(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1019:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1027:[Function:int mgls_fog(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1027:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1036:[Function:int mgls_font(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1036:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1044:[Function:int mgls_loadfont(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1044:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1053:[Function:int mgls_grid(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1053:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1063:[Function:int mgls_grid2(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1063:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1075:[Function:int mgls_grid3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1075:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1104:[Function:int mgls_attachlight(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1104:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1118:[Function:int mgls_line(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1118:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1128:[Function:int mgls_lamerey(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1128:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1138:[Function:int mgls_bifurcation(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1138:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1152:[Function:int mgls_errbox(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1152:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1163:[Function:int mgls_legend(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1163:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1170:[Function:int mgls_barwidth(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1170:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1177:[Function:int mgls_legendmarks(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1177:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1194:[Function:int mgls_modify(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1194:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1203:[Function:int mgls_max(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1203:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1212:[Function:int mgls_min(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1212:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1223:[Function:int mgls_sum(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1223:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1230:[Function:int mgls_meshnum(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1230:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1237:[Function:int mgls_facenum(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1237:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1245:[Function:int mgls_quality(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1245:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1252:[Function:int mgls_marksize(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1252:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1264:[Function:int mgls_mark(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1264:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1276:[Function:int mgls_pmap(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1276:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1286:[Function:int mgls_map(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1286:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1375:[Function:int mgls_readhdf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1375:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1383:[Function:int mgls_savehdf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1383:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1408:[Function:int mgls_rect(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1408:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1426:[Function:int mgls_face(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1426:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1434:[Function:int mgls_logo(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1434:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1449:[Function:int mgls_resize(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1449:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1458:[Function:int mgls_rotate(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1458:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1465:[Function:int mgls_rotatetext(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1465:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1473:[Function:int mgls_tuneticks(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1473:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1482:[Function:int mgls_ticktime(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1482:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1507:[Function:int mgls_save(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1507:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1520:[Function:int mgls_smooth(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1520:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1531:[Function:int mgls_swap(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1531:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1542:[Function:int mgls_idset(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1542:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1554:[Function:int mgls_stem(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1554:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1566:[Function:int mgls_step(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1566:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1578:[Function:int mgls_plot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1578:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1590:[Function:int mgls_tape(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1590:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1600:[Function:int mgls_boxplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1600:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1616:[Function:int mgls_candle(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1616:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1624:[Function:int mgls_radar(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1624:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1641:[Function:int mgls_squeeze(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1641:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1652:[Function:int mgls_stfad(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1652:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1660:[Function:int mgls_setsize(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1660:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1667:[Function:int mgls_setsizescl(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1667:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1677:[Function:int mgls_sphere(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1677:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1691:[Function:int mgls_stfa(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1691:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1705:[Function:int mgls_surf3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1705:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1723:[Function:int mgls_surf3c(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1723:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1741:[Function:int mgls_surf3a(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1741:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1759:[Function:int mgls_surf3ca(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1759:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1768:[Function:int mgls_subplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1768:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1778:[Function:int mgls_multiplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1778:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1787:[Function:int mgls_title(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:1787:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:1798:[Function:int mgls_column(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1798:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1827:[Function:int mgls_subdata(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1827:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1838:[Function:int mgls_trace(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1838:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1848:[Function:int mgls_tile(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1848:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1858:[Function:int mgls_tiles(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1858:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1888:[Function:int mgls_text(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1888:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1896:[Function:int mgls_torus(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1896:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1903:[Function:int mgls_transptype(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1903:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1914:[Function:int mgls_fourier(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1914:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1923:[Function:int mgls_transform(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1923:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1932:[Function:int mgls_transforma(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1932:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1962:[Function:int mgls_tube(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1962:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1976:[Function:int mgls_textmark(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1976:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:1988:[Function:int mgls_triplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:1988:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2000:[Function:int mgls_quadplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2000:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2018:[Function:int mgls_tricont(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2018:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2036:[Function:int mgls_tricontv(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2036:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2043:[Function:int mgls_ternary(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2043:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2056:[Function:int mgls_transpose(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2056:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2070:[Function:int mgls_vect(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2070:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2088:[Function:int mgls_vect3(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2088:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2102:[Function:int mgls_traj(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2102:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2110:[Function:int mgls_xlabel(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2110:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2118:[Function:int mgls_ylabel(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2118:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2126:[Function:int mgls_zlabel(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2126:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2134:[Function:int mgls_tlabel(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2134:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2146:[Function:int mgls_label(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2146:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2158:[Function:int mgls_table(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2158:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2172:[Function:int mgls_xrange(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2172:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2186:[Function:int mgls_yrange(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2186:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2200:[Function:int mgls_zrange(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2200:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2209:[Function:int mgls_ctick(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2209:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2235:[Function:int mgls_xtick(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2235:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2261:[Function:int mgls_ytick(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2261:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2287:[Function:int mgls_ztick(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2287:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2299:[Function:int mgls_error(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2299:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2312:[Function:int mgls_extend(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2312:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2337:[Function:int mgls_datas(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2337:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2347:[Function:int mgls_info(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2347:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2356:[Function:int mgls_print(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; fflush(stdout); return res;
^~~~
src/exec.cpp:2356:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; fflush(stdout); return res;
^~~~~~
src/exec.cpp:2363:[Function:int mgls_echo(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2363:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2374:[Function:int mgls_integrate(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2374:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2382:[Function:int mgls_inplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2382:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2390:[Function:int mgls_columnplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2390:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2398:[Function:int mgls_gridplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2398:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2405:[Function:int mgls_stickplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2405:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2413:[Function:int mgls_shearplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2413:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2440:[Function:int mgls_pipe(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2440:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2448:[Function:int mgls_origin(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2448:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2460:[Function:int mgls_norm(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2460:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2471:[Function:int mgls_limit(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2471:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2487:[Function:int mgls_hist(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2487:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2498:[Function:int mgls_mirror(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2498:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2509:[Function:int mgls_hankel(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2509:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2518:[Function:int mgls_sinfft(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2518:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2527:[Function:int mgls_cosfft(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2527:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2536:[Function:int mgls_wavelet(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2536:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2563:[Function:int mgls_new(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2563:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2576:[Function:int mgls_var(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2576:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2584:[Function:int mgls_chdir(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2584:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2591:[Function:int mgls_perspective(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2591:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2600:[Function:int mgls_facex(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:2600:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:2609:[Function:int mgls_facey(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:2609:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:2618:[Function:int mgls_facez(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:2618:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:2631:[Function:int mgls_normsl(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2631:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2644:[Function:int mgls_momentum(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2644:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2653:[Function:int mgls_pulse(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2653:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2694:[Function:int mgls_fit(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2694:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2735:[Function:int mgls_fits(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2735:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2749:[Function:int mgls_putsfit(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); return res;
^~~~
src/exec.cpp:2749:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); return res;
^~
src/exec.cpp:2756:[Function:int mgls_arrowsize(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2756:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2770:[Function:int mgls_rearrange(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2770:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2780:[Function:int mgls_fplot(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2780:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2790:[Function:int mgls_fsurf(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2790:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2838:[Function:int mgls_fgets(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; gr->Self()->LoadState(); delete []buf; return res;
^~~~
src/exec.cpp:2838:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; gr->Self()->LoadState(); delete []buf; return res;
^~
src/exec.cpp:2850:[Function:int mgls_scanfile(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2850:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2861:[Function:int mgls_import(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2861:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2869:[Function:int mgls_export(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2869:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2877:[Function:int mgls_write(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2877:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2891:[Function:int mgls_region(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2891:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2902:[Function:int mgls_envelop(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2902:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2914:[Function:int mgls_sew(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2914:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2943:[Function:int mgls_evaluate(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2943:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2956:[Function:int mgls_solve(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2956:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2989:[Function:int mgls_put(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2989:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:2996:[Function:int mgls_palette(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:2996:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3007:[Function:int mgls_combine(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3007:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3018:[Function:int mgls_correl(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3018:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3031:[Function:int mgls_roots(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3031:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3044:[Function:int mgls_ode(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3044:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3056:[Function:int mgls_tridmat(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3056:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3064:[Function:int mgls_diffract(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3064:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3106:[Function:int mgls_pde(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3106:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3148:[Function:int mgls_pde_adv(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3148:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3196:[Function:int mgls_qo2d(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3196:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3244:[Function:int mgls_qo3d(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3244:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3261:[Function:int mgls_ray(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3261:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3272:[Function:int mgls_jacobian(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3272:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3292:[Function:int mgls_ticklen(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3292:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3302:[Function:int mgls_tickshift(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3302:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3309:[Function:int mgls_origintick(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3309:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3319:[Function:int mgls_axisstl(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3319:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3330:[Function:int mgls_ranges(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3330:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3338:[Function:int mgls_adjust(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3338:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3353:[Function:int mgls_insert(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3353:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3368:[Function:int mgls_delete(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3368:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3379:[Function:int mgls_roll(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3379:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3388:[Function:int mgls_datagrid(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3388:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3399:[Function:int mgls_triangulate(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3399:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3407:[Function:int mgls_view(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3407:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3414:[Function:int mgls_zoom(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3414:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3424:[Function:int mgls_zoomaxis(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3424:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3432:[Function:int mgls_drawreg(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3432:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3441:[Function:int mgls_version(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3441:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3462:[Function:int mgls_flame2d(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3462:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3483:[Function:int mgls_ifs2d(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3483:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3493:[Function:int mgls_ifs3d(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3493:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
src/exec.cpp:3503:[Function:int mgls_ifsfile(mglGraph*, long int, mglArg*, const char*, const char*)]:
else res = 1; return res;
^~~~
src/exec.cpp:3503:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
else res = 1; return res;
^~~~~~
this 'for' clause does not guard... [-Wmisleading-indentation]:
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
src/evalp.cpp:682:[Function:mglData* mglFormulaCalc(std::__cxx11::wstring, mglParser*, const std::vector<mglDataA*>&)]:
for(long i=0;i<res->GetNN();i++) a[i] = mgl_rnd(); return res; }
^~~
src/evalp.cpp:682:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<res->GetNN();i++) a[i] = mgl_rnd(); return res; }
^~~~~~
src/evalp.cpp:1015:[Function:mglDataC* mglFormulaCalcC(std::__cxx11::wstring, mglParser*, const std::vector<mglDataA*>&)]:
for(long i=0;i<res->GetNN();i++) a[i] = dual(mgl_rnd(), mgl_rnd()); return res; }
^~~
src/evalp.cpp:1015:72: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<res->GetNN();i++) a[i] = dual(mgl_rnd(), mgl_rnd()); return res; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:413:[MemeberFunction:dual mglDataC::operator=(dual)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:413:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
./mgl2/datac.h:417:[MemeberFunction:dual mglDataC::operator=(mreal)]:
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~
./mgl2/datac.h:417:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for(long i=0;i<nx*ny*nz;i++) a[i]=val; return val; }
^~~~~~
scintilla/lexers/LexAbaqus.cxx:581:[Function:void FoldABAQUSDoc(Sci_PositionU, Sci_Position, int, Scintilla::WordList**, Scintilla::Accessor&)]:
for ( Sci_Position ll = beginData; ll < beginComment; ll++ )
^~~
scintilla/lexers/LexAbaqus.cxx:584:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
if ( prvKeyLineTp == 5 ) {
^~
this 'if' clause does not guard... [-Wmisleading-indentation]:
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:[MemeberFunction:void iupPlotData::RemoveSample(int)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:167:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:[MemeberFunction:void iupPlotDataReal::InsertSample(int, double)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:187:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:[MemeberFunction:void iupPlotDataString::InsertSample(int, const char*)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:214:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:[MemeberFunction:void iupPlotDataBool::InsertSample(int, bool)]:
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
iupPlot.h:236:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (inSampleIndex < 0) inSampleIndex = 0; if (inSampleIndex > mCount) inSampleIndex = mCount;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/interp.hpp:176:[Function:Treal mglSpline3t(const Treal*, long int, long int, long int, mreal, mreal, mreal, Treal*, Treal*, Treal*)]:
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
src/interp.hpp:176:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
src/complex.cpp:659:[Function:dual mgl_datac_spline_ext(HCDT, mreal, mreal, mreal, dual*, dual*, dual*)]:
if(dx) *dx=rx; if(dy) *dy=ry; if(dz) *dz=rz;
^~
src/complex.cpp:659:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dx) *dx=rx; if(dy) *dy=ry; if(dz) *dz=rz;
^~
src/complex.cpp:680:[Function:dual mgl_datac_linear_ext(HCDT, mreal, mreal, mreal, dual*, dual*, dual*)]:
if(dx) *dx=rx; if(dy) *dy=ry; if(dz) *dz=rz;
^~
src/complex.cpp:680:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dx) *dx=rx; if(dy) *dy=ry; if(dz) *dz=rz;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/pde.cpp:65:[Function:void mgl_operator_exp(long int, dual*, dual*, dual*)]:
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
src/pde.cpp:65:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
src/pde.cpp:114:[Function:void mgl_operator_hrm(long int, dual*, dual*, dual*, dual*, dual*)]:
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
src/pde.cpp:114:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
src/pde.cpp:167:[Function:void mgl_operator_lin(long int, dual*, dual*, dual*, dual*, dual*)]:
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
src/pde.cpp:167:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(ii<0) ii=0; if(ii>n-1) ii=n-1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/vect.cpp:42:[Function:void mgl_traj_xyz(HMGL, HCDT, HCDT, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(i>m) m=i; if(j>m) m=j;
^~
src/vect.cpp:42:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(i>m) m=i; if(j>m) m=j;
^~
src/vect.cpp:121:[Function:void mgl_vect_xy(HMGL, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(tx<1) tx=1; if(ty<1) ty=1;
^~
src/vect.cpp:121:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(tx<1) tx=1; if(ty<1) ty=1;
^~
src/vect.cpp:218:[Function:void mgl_vect_xyz(HMGL, HCDT, HCDT, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(tx<1) tx=1; if(ty<1) ty=1; if(tz<1) tz=1;
^~
src/vect.cpp:218:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(tx<1) tx=1; if(ty<1) ty=1; if(tz<1) tz=1;
^~
src/vect.cpp:422:[Function:void mgl_vect3_xyz(HMGL, HCDT, HCDT, HCDT, HCDT, HCDT, HCDT, const char*, double, const char*)]:
if(tx<1) tx=1; if(ty<1) ty=1;
^~
src/vect.cpp:422:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(tx<1) tx=1; if(ty<1) ty=1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/axis.cpp:857:[MemeberFunction:void mglCanvas::Labelw(char, const wchar_t*, mreal, const char*)]:
if(pos<-0.2) ff[1]='L'; if(pos>0.2) ff[1]='R';
^~
src/axis.cpp:857:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(pos<-0.2) ff[1]='L'; if(pos>0.2) ff[1]='R';
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/complex_io.cpp:476:[Function:void mgl_datac_squeeze(HADT, long int, long int, long int, long int)]:
if(rx>=nx) rx=nx-1; if(rx<1) rx=1;
^~
src/complex_io.cpp:476:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(rx>=nx) rx=nx-1; if(rx<1) rx=1;
^~
src/complex_io.cpp:477:[Function:void mgl_datac_squeeze(HADT, long int, long int, long int, long int)]:
if(ry>=ny) ry=ny-1; if(ry<1) ry=1;
^~
src/complex_io.cpp:477:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(ry>=ny) ry=ny-1; if(ry<1) ry=1;
^~
src/complex_io.cpp:478:[Function:void mgl_datac_squeeze(HADT, long int, long int, long int, long int)]:
if(rz>=nz) rz=nz-1; if(rz<1) rz=1;
^~
src/complex_io.cpp:478:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(rz>=nz) rz=nz-1; if(rz<1) rz=1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/data_io.cpp:799:[Function:void mgl_data_squeeze(HMDT, long int, long int, long int, long int)]:
if(rx>=nx) rx=nx-1; if(rx<1) rx=1;
^~
src/data_io.cpp:799:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(rx>=nx) rx=nx-1; if(rx<1) rx=1;
^~
src/data_io.cpp:800:[Function:void mgl_data_squeeze(HMDT, long int, long int, long int, long int)]:
if(ry>=ny) ry=ny-1; if(ry<1) ry=1;
^~
src/data_io.cpp:800:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(ry>=ny) ry=ny-1; if(ry<1) ry=1;
^~
src/data_io.cpp:801:[Function:void mgl_data_squeeze(HMDT, long int, long int, long int, long int)]:
if(rz>=nz) rz=nz-1; if(rz<1) rz=1;
^~
src/data_io.cpp:801:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(rz>=nz) rz=nz-1; if(rz<1) rz=1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
src/font.cpp:753:[MemeberFunction:bool mglFont::Load(const char*, const char*)]:
if(buf) delete []buf; return true;
^~
src/font.cpp:753:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(buf) delete []buf; return true;
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
src/base.cpp:805:[MemeberFunction:void mglBase::SetFunc(const char*, const char*, const char*, const char*)]:
if(fa) delete fa; if(fx) delete fx;
^~
src/base.cpp:805:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(fa) delete fa; if(fx) delete fx;
^~
src/base.cpp:806:[MemeberFunction:void mglBase::SetFunc(const char*, const char*, const char*, const char*)]:
if(fy) delete fy; if(fz) delete fz;
^~
src/base.cpp:806:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(fy) delete fy; if(fz) delete fz;
^~
src/base.cpp:870:[MemeberFunction:void mglBase::ClearEq()]:
if(fx) delete fx; if(fy) delete fy; if(fz) delete fz;
^~
src/base.cpp:870:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(fx) delete fx; if(fy) delete fy; if(fz) delete fz;
^~
src/base.cpp:871:[MemeberFunction:void mglBase::ClearEq()]:
if(fa) delete fa; if(fc) delete fc;
^~
src/base.cpp:871:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(fa) delete fa; if(fc) delete fc;
^~
src/base.cpp:922:[MemeberFunction:void mglTexture::Set(const char*, int, mreal)]:
if(s[i]=='[' || s[i]=='{') j++; if(s[i]==']' || s[i]=='}') j--;
^~
src/base.cpp:922:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(s[i]=='[' || s[i]=='{') j++; if(s[i]==']' || s[i]=='}') j--;
^~
src/base.cpp:940:[MemeberFunction:void mglTexture::Set(const char*, int, mreal)]:
if(s[i]=='[') j++; if(s[i]==']') j--;
^~
src/base.cpp:940:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(s[i]=='[') j++; if(s[i]==']') j--;
^~
src/base.cpp:941:[MemeberFunction:void mglTexture::Set(const char*, int, mreal)]:
if(s[i]=='{') m++; if(s[i]=='}') m--;
^~
src/base.cpp:941:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(s[i]=='{') m++; if(s[i]=='}') m--;
^~
src/base.cpp:1142:[MemeberFunction:char mglBase::SetPenPal(const char*, long int*, bool)]:
if(p[i]=='{') m++; if(p[i]=='}') m--;
^~
src/base.cpp:1142:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(p[i]=='{') m++; if(p[i]=='}') m--;
^~
src/base.cpp:1158:[MemeberFunction:char mglBase::SetPenPal(const char*, long int*, bool)]:
if(!Arrow1) Arrow1='_'; if(!Arrow2) Arrow2='_';
^~
src/base.cpp:1158:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(!Arrow1) Arrow1='_'; if(!Arrow2) Arrow2='_';
^~
src/base.cpp:1185:[MemeberFunction:char mglBase::SetPenPal(const char*, long int*, bool)]:
if(Arrow1=='_') Arrow1=0; if(Arrow2=='_') Arrow2=0;
^~
src/base.cpp:1185:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(Arrow1=='_') Arrow1=0; if(Arrow2=='_') Arrow2=0;
^~
src/base.cpp:1209:[MemeberFunction:void mglBase::SetMask(const char*)]:
if(p[i]=='{') m++; if(p[i]=='}') m--;
^~
src/base.cpp:1209:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(p[i]=='{') m++; if(p[i]=='}') m--;
^~
src/base.cpp:1505:[MemeberFunction:void mglBase::ClearUnused()]:
case 2: if(p.n2>=0 && p.n3>=0)
^~
src/base.cpp:1506:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
used[p.n2] = used[p.n3] = 1; break;
^~~~~
src/base.cpp:1507:[MemeberFunction:void mglBase::ClearUnused()]:
case 3: if(p.n2>=0 && p.n3>=0 && p.n4>=0)
^~
src/base.cpp:1508:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
used[p.n2] = used[p.n3] = used[p.n4] = 1; break;
^~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/cont.cpp:247:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:247:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:248:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:248:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:257:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:257:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:258:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:258:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:294:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:294:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(i1<0) i1=0; if(i1>nsl) i1=nsl;
^~
src/cont.cpp:295:[Function:std::vector<mglSegment> mgl_get_curvs(HMGL, std::vector<mglSegment>)]:
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:295:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(i2<0) i2=0; if(i2>nsl) i2=nsl;
^~
src/cont.cpp:555:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(b1>=0) p[num++] = b1; if(t1>=0) p[num++] = t1;
^~
src/cont.cpp:555:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(b1>=0) p[num++] = b1; if(t1>=0) p[num++] = t1;
^~
src/cont.cpp:556:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(t2>=0) p[num++] = t2; if(b2>=0) p[num++] = b2;
^~
src/cont.cpp:556:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(t2>=0) p[num++] = t2; if(b2>=0) p[num++] = b2;
^~
src/cont.cpp:557:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(r1>=0) p[num++] = r1; if(r2>=0) p[num++] = r2;
^~
src/cont.cpp:557:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(r1>=0) p[num++] = r1; if(r2>=0) p[num++] = r2;
^~
src/cont.cpp:558:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(d2>=0) p[num++] = d2; if(u2>=0) p[num++] = u2;
^~
src/cont.cpp:558:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(d2>=0) p[num++] = d2; if(u2>=0) p[num++] = u2;
^~
src/cont.cpp:559:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(u1>=0) p[num++] = u1; if(d1>=0) p[num++] = d1;
^~
src/cont.cpp:559:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(u1>=0) p[num++] = u1; if(d1>=0) p[num++] = d1;
^~
src/cont.cpp:560:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(l2>=0) p[num++] = l2; if(l1>=0) p[num++] = l1;
^~
src/cont.cpp:560:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(l2>=0) p[num++] = l2; if(l1>=0) p[num++] = l1;
^~
src/cont.cpp:648:[Function:void mgl_contf_gen(HMGL, mreal, mreal, HCDT, HCDT, HCDT, HCDT, mreal, long int)]:
if(t2<0) t2=b2; if(u2<0) { u2=u1; u1=d1; }
^~
src/cont.cpp:648:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(t2<0) t2=b2; if(u2<0) { u2=u1; u1=d1; }
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/data_png.cpp:225:[Function:void mgl_data_export(HCDT, const char*, const char*, mreal, mreal, long int)]:
if(k<0) k=0; if(k>=num) k=num-1;
^~
src/data_png.cpp:225:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(k<0) k=0; if(k>=num) k=num-1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/plot.cpp:215:[Function:void mgl_candle_xyv(HMGL, HCDT, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(d1) delete y1; if(d2) delete y2;
^~
src/plot.cpp:215:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(d1) delete y1; if(d2) delete y2;
^~
src/plot.cpp:255:[Function:void mgl_candle_xyv(HMGL, HCDT, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(d1) delete y1; if(d2) delete y2;
^~
src/plot.cpp:255:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(d1) delete y1; if(d2) delete y2;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/window.cpp:42:[MemeberFunction:virtual void mglCanvasWnd::ResetFrames()]:
if(GG) free(GG); GG = 0;
^~
src/window.cpp:42:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(GG) free(GG); GG = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/crust.cpp:507:[Function:mglData* mgl_triangulation_2d(HCDT, HCDT)]:
if(xx<x1) x1=xx; if(xx>x2) x2=xx;
^~
src/crust.cpp:507:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(xx<x1) x1=xx; if(xx>x2) x2=xx;
^~
src/crust.cpp:508:[Function:mglData* mgl_triangulation_2d(HCDT, HCDT)]:
if(yy<y1) y1=yy; if(yy>y2) y2=yy;
^~
src/crust.cpp:508:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(yy<y1) y1=yy; if(yy>y2) y2=yy;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
src/export_2d.cpp:215:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.type>0) continue; if(q.n4=='+') m_p = true;
^~
src/export_2d.cpp:215:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.type>0) continue; if(q.n4=='+') m_p = true;
^~
src/export_2d.cpp:216:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='x') m_x = true; if(q.n4=='s') m_s = true;
^~
src/export_2d.cpp:216:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='x') m_x = true; if(q.n4=='s') m_s = true;
^~
src/export_2d.cpp:217:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='d') m_d = true; if(q.n4=='v') m_v = true;
^~
src/export_2d.cpp:217:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='d') m_d = true; if(q.n4=='v') m_v = true;
^~
src/export_2d.cpp:218:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='^') m_t = true; if(q.n4=='*') m_a = true;
^~
src/export_2d.cpp:218:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='^') m_t = true; if(q.n4=='*') m_a = true;
^~
src/export_2d.cpp:220:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='S') m_S = true; if(q.n4=='D') m_D = true;
^~
src/export_2d.cpp:220:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='S') m_S = true; if(q.n4=='D') m_D = true;
^~
src/export_2d.cpp:221:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='V') m_V = true; if(q.n4=='T') m_T = true;
^~
src/export_2d.cpp:221:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='V') m_V = true; if(q.n4=='T') m_T = true;
^~
src/export_2d.cpp:222:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='<') m_l = true; if(q.n4=='L') m_L = true;
^~
src/export_2d.cpp:222:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='<') m_l = true; if(q.n4=='L') m_L = true;
^~
src/export_2d.cpp:223:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='>') m_r = true; if(q.n4=='R') m_R = true;
^~
src/export_2d.cpp:223:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='>') m_r = true; if(q.n4=='R') m_R = true;
^~
src/export_2d.cpp:225:[Function:void mgl_write_eps(HMGL, const char*, const char*)]:
if(q.n4=='P') m_P = true; if(q.n4=='X') m_X = true;
^~
src/export_2d.cpp:225:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='P') m_P = true; if(q.n4=='X') m_X = true;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/prim.cpp:151:[Function:void mgl_face(HMGL, double, double, double, double, double, double, double, double, double, double, double, double, const char*)]:
if(mgl_isnan(z0)) z0 = zz; if(mgl_isnan(z1)) z1 = zz;
^~
src/prim.cpp:151:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(mgl_isnan(z0)) z0 = zz; if(mgl_isnan(z1)) z1 = zz;
^~
src/prim.cpp:152:[Function:void mgl_face(HMGL, double, double, double, double, double, double, double, double, double, double, double, double, const char*)]:
if(mgl_isnan(z2)) z2 = zz; if(mgl_isnan(z3)) z3 = zz;
^~
src/prim.cpp:152:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(mgl_isnan(z2)) z2 = zz; if(mgl_isnan(z3)) z3 = zz;
^~
src/prim.cpp:599:[Function:void mgl_dew_xy(HMGL, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(tx<1) tx=1; if(ty<1) ty=1;
^~
src/prim.cpp:599:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(tx<1) tx=1; if(ty<1) ty=1;
^~
src/prim.cpp:1050:[Function:void mgl_bifurcation(HMGL, double, double (*)(double, double, void*), void*, const char*, const char*)]:
if(fin) break; v1[m1]=r;
^~
src/prim.cpp:1050:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(fin) break; v1[m1]=r;
^~
src/prim.cpp:1061:[Function:void mgl_bifurcation(HMGL, double, double (*)(double, double, void*), void*, const char*, const char*)]:
if(fin) break; v1[m1]=r;
^~
src/prim.cpp:1061:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(fin) break; v1[m1]=r;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
src/canvas.cpp:853:[Function:std::__cxx11::wstring mgl_ftoa(double, const char*)]:
if(sf[i]=='.') sf[i]=0; lf = strlen(sf);
^~
src/canvas.cpp:853:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(sf[i]=='.') sf[i]=0; lf = strlen(sf);
^~
src/canvas.cpp:885:[Function:std::__cxx11::wstring mgl_ftoa(double, const char*)]:
if((lf>le && !mglchr(fmt,'f')) || !strcmp(sf,"0") || !strcmp(sf,"-0")) strcpy(sf,se); lf = strlen(sf);
^~
src/canvas.cpp:885:88: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if((lf>le && !mglchr(fmt,'f')) || !strcmp(sf,"0") || !strcmp(sf,"-0")) strcpy(sf,se); lf = strlen(sf);
^~
src/canvas.cpp:1017:[MemeberFunction:void mglCanvas::Table(mreal, mreal, HCDT, const wchar_t*, const char*, const char*)]:
if(x<0) x=0; if(y<0) y=0; if(y>1) y=1;
^~
src/canvas.cpp:1017:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(x<0) x=0; if(y<0) y=0; if(y>1) y=1;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/interp.hpp:176:[Function:Treal mglSpline3t(const Treal*, long int, long int, long int, mreal, mreal, mreal, Treal*, Treal*, Treal*)]:
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
src/interp.hpp:176:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
src/data.cpp:185:[Function:void* mgl_smth_x(void*)]:
if(delta>0)
^~
src/data.cpp:194:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return 0;
^~~~~~
src/data.cpp:225:[Function:void* mgl_smth_y(void*)]:
if(delta>0)
^~
src/data.cpp:234:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
return 0;
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
src/export_3d.cpp:1027:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.type>0) continue; if(q.n4=='+') m_p = true;
^~
src/export_3d.cpp:1027:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.type>0) continue; if(q.n4=='+') m_p = true;
^~
src/export_3d.cpp:1028:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='x') m_x = true; if(q.n4=='s') m_s = true;
^~
src/export_3d.cpp:1028:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='x') m_x = true; if(q.n4=='s') m_s = true;
^~
src/export_3d.cpp:1029:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='d') m_d = true; if(q.n4=='v') m_v = true;
^~
src/export_3d.cpp:1029:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='d') m_d = true; if(q.n4=='v') m_v = true;
^~
src/export_3d.cpp:1030:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='^') m_t = true; if(q.n4=='*') m_a = true;
^~
src/export_3d.cpp:1030:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='^') m_t = true; if(q.n4=='*') m_a = true;
^~
src/export_3d.cpp:1032:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='S') m_S = true; if(q.n4=='D') m_D = true;
^~
src/export_3d.cpp:1032:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='S') m_S = true; if(q.n4=='D') m_D = true;
^~
src/export_3d.cpp:1033:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='V') m_V = true; if(q.n4=='T') m_T = true;
^~
src/export_3d.cpp:1033:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='V') m_V = true; if(q.n4=='T') m_T = true;
^~
src/export_3d.cpp:1034:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='<') m_l = true; if(q.n4=='L') m_L = true;
^~
src/export_3d.cpp:1034:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='<') m_l = true; if(q.n4=='L') m_L = true;
^~
src/export_3d.cpp:1035:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='>') m_r = true; if(q.n4=='R') m_R = true;
^~
src/export_3d.cpp:1035:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='>') m_r = true; if(q.n4=='R') m_R = true;
^~
src/export_3d.cpp:1037:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]:
if(q.n4=='P') m_P = true; if(q.n4=='X') m_X = true;
^~
src/export_3d.cpp:1037:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(q.n4=='P') m_P = true; if(q.n4=='X') m_X = true;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
src/surf.cpp:831:[Function:void mgl_map_xy(HMGL, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(xx<0) xx=0; if(xx>=1) xx=1/MGL_FEPSILON;
^~
src/surf.cpp:831:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(xx<0) xx=0; if(xx>=1) xx=1/MGL_FEPSILON;
^~
src/surf.cpp:832:[Function:void mgl_map_xy(HMGL, HCDT, HCDT, HCDT, HCDT, const char*, const char*)]:
if(yy<0) yy=0; if(yy>=1) yy=1/MGL_FEPSILON;
^~
src/surf.cpp:832:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(yy<0) yy=0; if(yy>=1) yy=1/MGL_FEPSILON;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/parser.cpp:600:[MemeberFunction:int mglParser::Parse(mglGraph*, std::__cxx11::wstring, long int)]:
if(str[n]=='(') m++; if(str[n]==')') m--;
^~
src/parser.cpp:600:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(str[n]=='(') m++; if(str[n]==')') m--;
^~
src/parser.cpp:601:[MemeberFunction:int mglParser::Parse(mglGraph*, std::__cxx11::wstring, long int)]:
if(str[n]=='{') mm++; if(str[n]=='}') mm--;
^~
src/parser.cpp:601:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(str[n]=='{') mm++; if(str[n]=='}') mm--;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/datac.h:460:[MemeberFunction:virtual mreal mglDataC::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~
./mgl2/datac.h:460:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dz) *dz = res?(real(aa)*real(az)+imag(aa)*imag(az))/res:0; return res; }
^~~~~~
src/interp.hpp:176:[Function:Treal mglSpline3t(const Treal*, long int, long int, long int, mreal, mreal, mreal, Treal*, Treal*, Treal*)]:
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
src/interp.hpp:176:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(dx) *dx=gx; if(dy) *dy=gy; if(dz) *dz=gz;
^~
./mgl2/type.h:124:[MemeberFunction:void mglColor::Set(mglColor, float)]:
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/type.h:124:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(bright<0) bright=0; if(bright>2.f) bright=2.f;
^~
./mgl2/data.h:781:[MemeberFunction:virtual mreal mglDataF::valueD(mreal, mreal, mreal, mreal*, mreal*, mreal*) const]:
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
./mgl2/data.h:781:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(di) *di = 0; if(dj) *dj = 0; if(dk) *dk = 0;
^~
oscpack/osc/OscReceivedElements.cpp:61:[Function:const char* osc::FindStr4End(const char*, const char*)]:
if( p >= end )
^~
oscpack/osc/OscReceivedElements.cpp:64:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if( p[0] == '\0' ) // special case for SuperCollider integer address pattern
^~
this 'while' clause does not guard... [-Wmisleading-indentation]:
src/complex_io.cpp:400:[Function:int mgl_datac_read_mat(HADT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/complex_io.cpp:400:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
src/complex_io.cpp:406:[Function:int mgl_datac_read_mat(HADT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/complex_io.cpp:406:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
src/complex_io.cpp:430:[Function:int mgl_datac_read_mat(HADT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/complex_io.cpp:430:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
src/data_io.cpp:511:[Function:int mgl_data_read_mat(HMDT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/data_io.cpp:511:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
src/data_io.cpp:517:[Function:int mgl_data_read_mat(HMDT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/data_io.cpp:517:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
src/data_io.cpp:541:[Function:int mgl_data_read_mat(HMDT, const char*, long int)]:
while(j<nb && buf[j]!='\n') j++; j++;
^~~~~
src/data_io.cpp:541:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
while(j<nb && buf[j]!='\n') j++; j++;
^
ignoring #pragma omp critical [-Wunknown-pragmas]:
mgl2/mgl.h:2154:[#included-from:mgl2/mgl.h:2154]:
./mgl2/mgl.h:2154:[#included-from:./mgl2/mgl.h:2154]:
src/vect.cpp:[At:143]:
src/vect.cpp:[At:243]:
src/vect.cpp:[At:447]:
src/data_io.cpp:565:[#included-from:src/data_io.cpp:565]:
src/data_io.cpp:582:[#included-from:src/data_io.cpp:582]:
src/data_io.cpp:599:[#included-from:src/data_io.cpp:599]:
src/data_io.cpp:616:[#included-from:src/data_io.cpp:616]:
src/data_io.cpp:638:[#included-from:src/data_io.cpp:638]:
src/data_io.cpp:662:[#included-from:src/data_io.cpp:662]:
./mgl2/mgl.h:2154:[#included-from:./mgl2/mgl.h:2154]:
src/font.cpp:[At:632]:
src/font.cpp:[At:909]:
src/pixel.cpp:[At:508]:
src/pixel.cpp:[At:520]:
src/pixel.cpp:[At:2085]:
src/base.cpp:[At:199]:
src/base.cpp:[At:260]:
src/base.cpp:[At:289]:
src/base.cpp:[At:361]:
src/base.cpp:[At:371]:
src/base.cpp:[At:382]:
src/base.cpp:[At:389]:
src/base.cpp:[At:391]:
src/base.cpp:[At:824]:
src/base.cpp:[At:868]:
src/base.cpp:[At:1054]:
src/base.cpp:[At:1069]:
src/base.cpp:[At:1271]:
src/base.cpp:[At:1365]:
src/base.cpp:[At:1492]:
src/base.cpp:[At:1535]:
src/export.cpp:[At:437]:
./mgl2/mgl.h:2154:[#included-from:./mgl2/mgl.h:2154]:
src/canvas.cpp:[At:54]:
src/canvas.cpp:[At:73]:
src/canvas.cpp:[At:92]:
src/canvas.cpp:[At:118]:
src/canvas.cpp:[At:155]:
src/canvas.cpp:[At:208]:
src/canvas.cpp:[At:461]:
src/canvas.cpp:[At:518]:
src/canvas.cpp:[At:522]:
src/canvas.cpp:[At:526]:
src/canvas.cpp:[At:530]:
src/canvas.cpp:[At:607]:
src/canvas.cpp:[At:640]:
src/canvas.cpp:[At:1143]:
src/canvas.cpp:[At:1146]:
src/canvas.cpp:[At:1175]:
src/eval.cpp:[At:166]:
src/export_3d.cpp:[At:573]:
src/export_3d.cpp:[At:586]:
src/export_3d.cpp:[At:710]:
src/data_ex.cpp:[At:690]:
src/data_ex.cpp:[At:718]:
./mgl2/mgl.h:2154:[#included-from:./mgl2/mgl.h:2154]:
src/parser.cpp:1009:[#included-from:src/parser.cpp:1009]:
ignoring #pragma omp for [-Wunknown-pragmas]:
src/complex.cpp:1070:[#included-from:src/complex.cpp:1070]:
src/complex.cpp:1076:[#included-from:src/complex.cpp:1076]:
src/pde.cpp:435:[#included-from:src/pde.cpp:435]:
src/pde.cpp:437:[#included-from:src/pde.cpp:437]:
src/pde.cpp:439:[#included-from:src/pde.cpp:439]:
src/pde.cpp:441:[#included-from:src/pde.cpp:441]:
src/pde.cpp:443:[#included-from:src/pde.cpp:443]:
src/pde.cpp:445:[#included-from:src/pde.cpp:445]:
src/pde.cpp:447:[#included-from:src/pde.cpp:447]:
src/pde.cpp:449:[#included-from:src/pde.cpp:449]:
src/pde.cpp:457:[#included-from:src/pde.cpp:457]:
src/pde.cpp:459:[#included-from:src/pde.cpp:459]:
src/pde.cpp:461:[#included-from:src/pde.cpp:461]:
src/pde.cpp:463:[#included-from:src/pde.cpp:463]:
src/pde.cpp:944:[#included-from:src/pde.cpp:944]:
src/pde.cpp:946:[#included-from:src/pde.cpp:946]:
src/pde.cpp:949:[#included-from:src/pde.cpp:949]:
src/pde.cpp:951:[#included-from:src/pde.cpp:951]:
src/pde.cpp:954:[#included-from:src/pde.cpp:954]:
src/pde.cpp:956:[#included-from:src/pde.cpp:956]:
src/pde.cpp:959:[#included-from:src/pde.cpp:959]:
src/pde.cpp:961:[#included-from:src/pde.cpp:961]:
src/pde.cpp:1248:[#included-from:src/pde.cpp:1248]:
src/pde.cpp:1263:[#included-from:src/pde.cpp:1263]:
src/pde.cpp:1278:[#included-from:src/pde.cpp:1278]:
src/pde.cpp:1292:[#included-from:src/pde.cpp:1292]:
src/pde.cpp:1408:[#included-from:src/pde.cpp:1408]:
src/pde.cpp:1422:[#included-from:src/pde.cpp:1422]:
src/pde.cpp:1437:[#included-from:src/pde.cpp:1437]:
src/pde.cpp:1450:[#included-from:src/pde.cpp:1450]:
src/vect.cpp:[At:131]:
src/vect.cpp:[At:228]:
src/vect.cpp:[At:432]:
src/data_io.cpp:562:[#included-from:src/data_io.cpp:562]:
src/data_io.cpp:579:[#included-from:src/data_io.cpp:579]:
src/data_io.cpp:596:[#included-from:src/data_io.cpp:596]:
src/data_io.cpp:613:[#included-from:src/data_io.cpp:613]:
src/data_io.cpp:631:[#included-from:src/data_io.cpp:631]:
src/data_io.cpp:655:[#included-from:src/data_io.cpp:655]:
src/fft.cpp:157:[#included-from:src/fft.cpp:157]:
src/fft.cpp:173:[#included-from:src/fft.cpp:173]:
src/fft.cpp:189:[#included-from:src/fft.cpp:189]:
src/fft.cpp:297:[#included-from:src/fft.cpp:297]:
src/fft.cpp:321:[#included-from:src/fft.cpp:321]:
src/fft.cpp:345:[#included-from:src/fft.cpp:345]:
src/fft.cpp:402:[#included-from:src/fft.cpp:402]:
src/fft.cpp:440:[#included-from:src/fft.cpp:440]:
src/fft.cpp:504:[#included-from:src/fft.cpp:504]:
src/fft.cpp:533:[#included-from:src/fft.cpp:533]:
src/fft.cpp:562:[#included-from:src/fft.cpp:562]:
src/fft.cpp:624:[#included-from:src/fft.cpp:624]:
src/fft.cpp:661:[#included-from:src/fft.cpp:661]:
src/fft.cpp:698:[#included-from:src/fft.cpp:698]:
src/fft.cpp:1127:[#included-from:src/fft.cpp:1127]:
src/fft.cpp:1155:[#included-from:src/fft.cpp:1155]:
src/fft.cpp:1184:[#included-from:src/fft.cpp:1184]:
ignoring #pragma omp parallel [-Wunknown-pragmas]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/complex.cpp:105:[#included-from:src/complex.cpp:105]:
src/complex.cpp:117:[#included-from:src/complex.cpp:117]:
src/complex.cpp:136:[#included-from:src/complex.cpp:136]:
src/complex.cpp:148:[#included-from:src/complex.cpp:148]:
src/complex.cpp:167:[#included-from:src/complex.cpp:167]:
src/complex.cpp:179:[#included-from:src/complex.cpp:179]:
src/complex.cpp:249:[#included-from:src/complex.cpp:249]:
src/complex.cpp:265:[#included-from:src/complex.cpp:265]:
src/complex.cpp:281:[#included-from:src/complex.cpp:281]:
src/complex.cpp:325:[#included-from:src/complex.cpp:325]:
src/complex.cpp:341:[#included-from:src/complex.cpp:341]:
src/complex.cpp:357:[#included-from:src/complex.cpp:357]:
src/complex.cpp:401:[#included-from:src/complex.cpp:401]:
src/complex.cpp:418:[#included-from:src/complex.cpp:418]:
src/complex.cpp:436:[#included-from:src/complex.cpp:436]:
src/complex.cpp:481:[#included-from:src/complex.cpp:481]:
src/complex.cpp:497:[#included-from:src/complex.cpp:497]:
src/complex.cpp:513:[#included-from:src/complex.cpp:513]:
src/complex.cpp:579:[#included-from:src/complex.cpp:579]:
src/complex.cpp:590:[#included-from:src/complex.cpp:590]:
src/complex.cpp:606:[#included-from:src/complex.cpp:606]:
src/complex.cpp:615:[#included-from:src/complex.cpp:615]:
src/complex.cpp:624:[#included-from:src/complex.cpp:624]:
src/complex.cpp:736:[#included-from:src/complex.cpp:736]:
src/complex.cpp:747:[#included-from:src/complex.cpp:747]:
src/complex.cpp:777:[#included-from:src/complex.cpp:777]:
src/complex.cpp:790:[#included-from:src/complex.cpp:790]:
src/complex.cpp:805:[#included-from:src/complex.cpp:805]:
src/complex.cpp:820:[#included-from:src/complex.cpp:820]:
src/complex.cpp:832:[#included-from:src/complex.cpp:832]:
src/complex.cpp:900:[#included-from:src/complex.cpp:900]:
src/complex.cpp:916:[#included-from:src/complex.cpp:916]:
src/complex.cpp:919:[#included-from:src/complex.cpp:919]:
src/complex.cpp:922:[#included-from:src/complex.cpp:922]:
src/complex.cpp:925:[#included-from:src/complex.cpp:925]:
src/complex.cpp:928:[#included-from:src/complex.cpp:928]:
src/complex.cpp:931:[#included-from:src/complex.cpp:931]:
src/complex.cpp:934:[#included-from:src/complex.cpp:934]:
src/complex.cpp:949:[#included-from:src/complex.cpp:949]:
src/complex.cpp:954:[#included-from:src/complex.cpp:954]:
src/complex.cpp:959:[#included-from:src/complex.cpp:959]:
src/complex.cpp:963:[#included-from:src/complex.cpp:963]:
src/complex.cpp:970:[#included-from:src/complex.cpp:970]:
src/complex.cpp:975:[#included-from:src/complex.cpp:975]:
src/complex.cpp:979:[#included-from:src/complex.cpp:979]:
src/complex.cpp:985:[#included-from:src/complex.cpp:985]:
src/complex.cpp:990:[#included-from:src/complex.cpp:990]:
src/complex.cpp:994:[#included-from:src/complex.cpp:994]:
src/complex.cpp:1001:[#included-from:src/complex.cpp:1001]:
src/complex.cpp:1006:[#included-from:src/complex.cpp:1006]:
src/complex.cpp:1011:[#included-from:src/complex.cpp:1011]:
src/complex.cpp:1020:[#included-from:src/complex.cpp:1020]:
src/complex.cpp:1023:[#included-from:src/complex.cpp:1023]:
src/complex.cpp:1030:[#included-from:src/complex.cpp:1030]:
src/complex.cpp:1033:[#included-from:src/complex.cpp:1033]:
src/complex.cpp:1040:[#included-from:src/complex.cpp:1040]:
src/complex.cpp:1043:[#included-from:src/complex.cpp:1043]:
src/complex.cpp:1064:[#included-from:src/complex.cpp:1064]:
src/complex.cpp:1177:[#included-from:src/complex.cpp:1177]:
src/complex.cpp:1193:[#included-from:src/complex.cpp:1193]:
src/complex.cpp:1211:[#included-from:src/complex.cpp:1211]:
src/complex.cpp:1213:[#included-from:src/complex.cpp:1213]:
src/complex.cpp:1265:[#included-from:src/complex.cpp:1265]:
src/complex.cpp:1267:[#included-from:src/complex.cpp:1267]:
src/complex.cpp:1269:[#included-from:src/complex.cpp:1269]:
src/complex.cpp:1287:[#included-from:src/complex.cpp:1287]:
src/complex.cpp:1314:[#included-from:src/complex.cpp:1314]:
src/complex.cpp:1316:[#included-from:src/complex.cpp:1316]:
src/complex.cpp:1318:[#included-from:src/complex.cpp:1318]:
src/complex.cpp:1320:[#included-from:src/complex.cpp:1320]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/evalp.cpp:51:[#included-from:src/evalp.cpp:51]:
src/evalp.cpp:75:[#included-from:src/evalp.cpp:75]:
src/evalp.cpp:78:[#included-from:src/evalp.cpp:78]:
src/evalp.cpp:81:[#included-from:src/evalp.cpp:81]:
src/evalp.cpp:94:[#included-from:src/evalp.cpp:94]:
src/evalp.cpp:97:[#included-from:src/evalp.cpp:97]:
src/evalp.cpp:110:[#included-from:src/evalp.cpp:110]:
src/evalp.cpp:113:[#included-from:src/evalp.cpp:113]:
src/evalp.cpp:116:[#included-from:src/evalp.cpp:116]:
src/evalp.cpp:129:[#included-from:src/evalp.cpp:129]:
src/evalp.cpp:132:[#included-from:src/evalp.cpp:132]:
src/evalp.cpp:145:[#included-from:src/evalp.cpp:145]:
src/evalp.cpp:148:[#included-from:src/evalp.cpp:148]:
src/evalp.cpp:151:[#included-from:src/evalp.cpp:151]:
src/evalp.cpp:154:[#included-from:src/evalp.cpp:154]:
src/evalp.cpp:163:[#included-from:src/evalp.cpp:163]:
src/evalp.cpp:176:[#included-from:src/evalp.cpp:176]:
src/evalp.cpp:179:[#included-from:src/evalp.cpp:179]:
src/evalp.cpp:182:[#included-from:src/evalp.cpp:182]:
src/evalp.cpp:195:[#included-from:src/evalp.cpp:195]:
src/evalp.cpp:198:[#included-from:src/evalp.cpp:198]:
src/evalp.cpp:211:[#included-from:src/evalp.cpp:211]:
src/evalp.cpp:214:[#included-from:src/evalp.cpp:214]:
src/evalp.cpp:217:[#included-from:src/evalp.cpp:217]:
src/evalp.cpp:230:[#included-from:src/evalp.cpp:230]:
src/evalp.cpp:233:[#included-from:src/evalp.cpp:233]:
src/evalp.cpp:246:[#included-from:src/evalp.cpp:246]:
src/evalp.cpp:249:[#included-from:src/evalp.cpp:249]:
src/evalp.cpp:252:[#included-from:src/evalp.cpp:252]:
src/evalp.cpp:255:[#included-from:src/evalp.cpp:255]:
src/fit.cpp:[At:330]:
src/fit.cpp:[At:372]:
src/fit.cpp:[At:418]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/pde.cpp:36:[#included-from:src/pde.cpp:36]:
src/pde.cpp:61:[#included-from:src/pde.cpp:61]:
src/pde.cpp:81:[#included-from:src/pde.cpp:81]:
src/pde.cpp:110:[#included-from:src/pde.cpp:110]:
src/pde.cpp:134:[#included-from:src/pde.cpp:134]:
src/pde.cpp:163:[#included-from:src/pde.cpp:163]:
src/pde.cpp:201:[#included-from:src/pde.cpp:201]:
src/pde.cpp:205:[#included-from:src/pde.cpp:205]:
src/pde.cpp:224:[#included-from:src/pde.cpp:224]:
src/pde.cpp:322:[#included-from:src/pde.cpp:322]:
src/pde.cpp:331:[#included-from:src/pde.cpp:331]:
src/pde.cpp:338:[#included-from:src/pde.cpp:338]:
src/pde.cpp:345:[#included-from:src/pde.cpp:345]:
src/pde.cpp:352:[#included-from:src/pde.cpp:352]:
src/pde.cpp:378:[#included-from:src/pde.cpp:378]:
src/pde.cpp:385:[#included-from:src/pde.cpp:385]:
src/pde.cpp:420:[#included-from:src/pde.cpp:420]:
src/pde.cpp:428:[#included-from:src/pde.cpp:428]:
src/pde.cpp:432:[#included-from:src/pde.cpp:432]:
src/pde.cpp:454:[#included-from:src/pde.cpp:454]:
src/pde.cpp:467:[#included-from:src/pde.cpp:467]:
src/pde.cpp:508:[#included-from:src/pde.cpp:508]:
src/pde.cpp:677:[#included-from:src/pde.cpp:677]:
src/pde.cpp:829:[#included-from:src/pde.cpp:829]:
src/pde.cpp:862:[#included-from:src/pde.cpp:862]:
src/pde.cpp:897:[#included-from:src/pde.cpp:897]:
src/pde.cpp:905:[#included-from:src/pde.cpp:905]:
src/pde.cpp:919:[#included-from:src/pde.cpp:919]:
src/pde.cpp:923:[#included-from:src/pde.cpp:923]:
src/pde.cpp:941:[#included-from:src/pde.cpp:941]:
src/pde.cpp:1040:[#included-from:src/pde.cpp:1040]:
src/pde.cpp:1067:[#included-from:src/pde.cpp:1067]:
src/pde.cpp:1087:[#included-from:src/pde.cpp:1087]:
src/pde.cpp:1120:[#included-from:src/pde.cpp:1120]:
src/pde.cpp:1245:[#included-from:src/pde.cpp:1245]:
src/pde.cpp:1260:[#included-from:src/pde.cpp:1260]:
src/pde.cpp:1275:[#included-from:src/pde.cpp:1275]:
src/pde.cpp:1289:[#included-from:src/pde.cpp:1289]:
src/pde.cpp:1405:[#included-from:src/pde.cpp:1405]:
src/pde.cpp:1419:[#included-from:src/pde.cpp:1419]:
src/pde.cpp:1434:[#included-from:src/pde.cpp:1434]:
src/pde.cpp:1447:[#included-from:src/pde.cpp:1447]:
src/vect.cpp:[At:128]:
src/vect.cpp:[At:225]:
src/vect.cpp:[At:319]:
src/vect.cpp:[At:331]:
src/vect.cpp:[At:343]:
src/vect.cpp:[At:360]:
src/vect.cpp:[At:373]:
src/vect.cpp:[At:386]:
src/vect.cpp:[At:429]:
src/vect.cpp:[At:647]:
src/vect.cpp:[At:926]:
src/vect.cpp:[At:1037]:
src/vect.cpp:[At:1055]:
src/vect.cpp:[At:1263]:
src/vect.cpp:[At:1487]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/complex_io.cpp:196:[#included-from:src/complex_io.cpp:196]:
src/complex_io.cpp:204:[#included-from:src/complex_io.cpp:204]:
src/complex_io.cpp:446:[#included-from:src/complex_io.cpp:446]:
src/complex_io.cpp:483:[#included-from:src/complex_io.cpp:483]:
src/complex_io.cpp:487:[#included-from:src/complex_io.cpp:487]:
src/complex_io.cpp:517:[#included-from:src/complex_io.cpp:517]:
src/complex_io.cpp:520:[#included-from:src/complex_io.cpp:520]:
src/complex_io.cpp:530:[#included-from:src/complex_io.cpp:530]:
src/complex_io.cpp:534:[#included-from:src/complex_io.cpp:534]:
src/complex_io.cpp:538:[#included-from:src/complex_io.cpp:538]:
src/complex_io.cpp:555:[#included-from:src/complex_io.cpp:555]:
src/complex_io.cpp:562:[#included-from:src/complex_io.cpp:562]:
src/complex_io.cpp:569:[#included-from:src/complex_io.cpp:569]:
src/complex_io.cpp:576:[#included-from:src/complex_io.cpp:576]:
src/complex_io.cpp:583:[#included-from:src/complex_io.cpp:583]:
src/complex_io.cpp:606:[#included-from:src/complex_io.cpp:606]:
src/complex_io.cpp:769:[#included-from:src/complex_io.cpp:769]:
src/complex_io.cpp:783:[#included-from:src/complex_io.cpp:783]:
src/complex_io.cpp:796:[#included-from:src/complex_io.cpp:796]:
src/complex_io.cpp:799:[#included-from:src/complex_io.cpp:799]:
src/complex_io.cpp:812:[#included-from:src/complex_io.cpp:812]:
src/complex_io.cpp:815:[#included-from:src/complex_io.cpp:815]:
src/complex_io.cpp:828:[#included-from:src/complex_io.cpp:828]:
src/complex_io.cpp:839:[#included-from:src/complex_io.cpp:839]:
src/complex_io.cpp:849:[#included-from:src/complex_io.cpp:849]:
src/complex_io.cpp:952:[#included-from:src/complex_io.cpp:952]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/data_io.cpp:72:[#included-from:src/data_io.cpp:72]:
src/data_io.cpp:125:[#included-from:src/data_io.cpp:125]:
src/data_io.cpp:170:[#included-from:src/data_io.cpp:170]:
src/data_io.cpp:194:[#included-from:src/data_io.cpp:194]:
src/data_io.cpp:207:[#included-from:src/data_io.cpp:207]:
src/data_io.cpp:220:[#included-from:src/data_io.cpp:220]:
src/data_io.cpp:235:[#included-from:src/data_io.cpp:235]:
src/data_io.cpp:559:[#included-from:src/data_io.cpp:559]:
src/data_io.cpp:576:[#included-from:src/data_io.cpp:576]:
src/data_io.cpp:593:[#included-from:src/data_io.cpp:593]:
src/data_io.cpp:610:[#included-from:src/data_io.cpp:610]:
src/data_io.cpp:627:[#included-from:src/data_io.cpp:627]:
src/data_io.cpp:651:[#included-from:src/data_io.cpp:651]:
src/data_io.cpp:747:[#included-from:src/data_io.cpp:747]:
src/data_io.cpp:749:[#included-from:src/data_io.cpp:749]:
src/data_io.cpp:755:[#included-from:src/data_io.cpp:755]:
src/data_io.cpp:757:[#included-from:src/data_io.cpp:757]:
src/data_io.cpp:763:[#included-from:src/data_io.cpp:763]:
src/data_io.cpp:765:[#included-from:src/data_io.cpp:765]:
src/data_io.cpp:787:[#included-from:src/data_io.cpp:787]:
src/data_io.cpp:806:[#included-from:src/data_io.cpp:806]:
src/data_io.cpp:810:[#included-from:src/data_io.cpp:810]:
src/data_io.cpp:840:[#included-from:src/data_io.cpp:840]:
src/data_io.cpp:843:[#included-from:src/data_io.cpp:843]:
src/data_io.cpp:852:[#included-from:src/data_io.cpp:852]:
src/data_io.cpp:856:[#included-from:src/data_io.cpp:856]:
src/data_io.cpp:860:[#included-from:src/data_io.cpp:860]:
src/data_io.cpp:878:[#included-from:src/data_io.cpp:878]:
src/data_io.cpp:885:[#included-from:src/data_io.cpp:885]:
src/data_io.cpp:892:[#included-from:src/data_io.cpp:892]:
src/data_io.cpp:899:[#included-from:src/data_io.cpp:899]:
src/data_io.cpp:906:[#included-from:src/data_io.cpp:906]:
src/data_io.cpp:928:[#included-from:src/data_io.cpp:928]:
src/data_io.cpp:1264:[#included-from:src/data_io.cpp:1264]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/font.cpp:[At:559]:
src/font.cpp:[At:581]:
src/font.cpp:[At:758]:
src/font.cpp:[At:783]:
src/font.cpp:[At:786]:
src/font.cpp:[At:796]:
src/font.cpp:[At:799]:
src/font.cpp:[At:809]:
src/font.cpp:[At:812]:
src/font.cpp:[At:880]:
src/pixel.cpp:[At:61]:
src/pixel.cpp:[At:81]:
src/pixel.cpp:[At:89]:
src/pixel.cpp:[At:104]:
src/pixel.cpp:[At:367]:
src/pixel.cpp:[At:381]:
src/pixel.cpp:[At:389]:
src/pixel.cpp:[At:400]:
src/pixel.cpp:[At:420]:
src/pixel.cpp:[At:470]:
src/pixel.cpp:[At:479]:
src/pixel.cpp:[At:532]:
src/pixel.cpp:[At:559]:
src/pixel.cpp:[At:586]:
src/pixel.cpp:[At:616]:
src/pixel.cpp:[At:646]:
src/pixel.cpp:[At:721]:
src/pixel.cpp:[At:753]:
src/pixel.cpp:[At:761]:
src/pixel.cpp:[At:770]:
src/pixel.cpp:[At:781]:
src/volume.cpp:[At:177]:
src/volume.cpp:[At:627]:
src/cont.cpp:[At:414]:
src/cont.cpp:[At:683]:
src/cont.cpp:[At:784]:
src/cont.cpp:[At:893]:
src/cont.cpp:[At:985]:
src/cont.cpp:[At:995]:
src/cont.cpp:[At:1005]:
src/cont.cpp:[At:1020]:
src/cont.cpp:[At:1031]:
src/cont.cpp:[At:1042]:
src/cont.cpp:[At:1072]:
src/cont.cpp:[At:1237]:
src/cont.cpp:[At:1462]:
src/data_png.cpp:[At:179]:
src/data_png.cpp:[At:219]:
src/data_png.cpp:[At:221]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/crust.cpp:[At:588]:
src/crust.cpp:[At:638]:
src/crust.cpp:[At:642]:
src/crust.cpp:[At:646]:
src/export_2d.cpp:[At:255]:
src/export_2d.cpp:[At:415]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/data.cpp:164:[#included-from:src/data.cpp:164]:
src/data.cpp:176:[#included-from:src/data.cpp:176]:
src/data.cpp:187:[#included-from:src/data.cpp:187]:
src/data.cpp:204:[#included-from:src/data.cpp:204]:
src/data.cpp:216:[#included-from:src/data.cpp:216]:
src/data.cpp:227:[#included-from:src/data.cpp:227]:
src/data.cpp:244:[#included-from:src/data.cpp:244]:
src/data.cpp:256:[#included-from:src/data.cpp:256]:
src/data.cpp:267:[#included-from:src/data.cpp:267]:
src/data.cpp:335:[#included-from:src/data.cpp:335]:
src/data.cpp:351:[#included-from:src/data.cpp:351]:
src/data.cpp:367:[#included-from:src/data.cpp:367]:
src/data.cpp:411:[#included-from:src/data.cpp:411]:
src/data.cpp:427:[#included-from:src/data.cpp:427]:
src/data.cpp:443:[#included-from:src/data.cpp:443]:
src/data.cpp:487:[#included-from:src/data.cpp:487]:
src/data.cpp:504:[#included-from:src/data.cpp:504]:
src/data.cpp:522:[#included-from:src/data.cpp:522]:
src/data.cpp:567:[#included-from:src/data.cpp:567]:
src/data.cpp:583:[#included-from:src/data.cpp:583]:
src/data.cpp:599:[#included-from:src/data.cpp:599]:
src/data.cpp:665:[#included-from:src/data.cpp:665]:
src/data.cpp:676:[#included-from:src/data.cpp:676]:
src/data.cpp:692:[#included-from:src/data.cpp:692]:
src/data.cpp:701:[#included-from:src/data.cpp:701]:
src/data.cpp:714:[#included-from:src/data.cpp:714]:
src/data.cpp:739:[#included-from:src/data.cpp:739]:
src/data.cpp:746:[#included-from:src/data.cpp:746]:
src/data.cpp:762:[#included-from:src/data.cpp:762]:
src/data.cpp:809:[#included-from:src/data.cpp:809]:
src/data.cpp:856:[#included-from:src/data.cpp:856]:
src/data.cpp:1090:[#included-from:src/data.cpp:1090]:
src/data.cpp:1101:[#included-from:src/data.cpp:1101]:
src/data.cpp:1192:[#included-from:src/data.cpp:1192]:
src/data.cpp:1211:[#included-from:src/data.cpp:1211]:
src/data.cpp:1220:[#included-from:src/data.cpp:1220]:
src/data.cpp:1229:[#included-from:src/data.cpp:1229]:
src/data.cpp:1239:[#included-from:src/data.cpp:1239]:
src/data.cpp:1305:[#included-from:src/data.cpp:1305]:
src/data.cpp:1327:[#included-from:src/data.cpp:1327]:
src/data.cpp:1378:[#included-from:src/data.cpp:1378]:
src/data.cpp:1392:[#included-from:src/data.cpp:1392]:
src/data.cpp:1411:[#included-from:src/data.cpp:1411]:
src/data.cpp:1414:[#included-from:src/data.cpp:1414]:
src/data.cpp:1429:[#included-from:src/data.cpp:1429]:
src/data.cpp:1441:[#included-from:src/data.cpp:1441]:
src/data.cpp:1491:[#included-from:src/data.cpp:1491]:
src/data.cpp:1501:[#included-from:src/data.cpp:1501]:
src/data.cpp:1511:[#included-from:src/data.cpp:1511]:
src/data.cpp:1537:[#included-from:src/data.cpp:1537]:
src/data.cpp:1540:[#included-from:src/data.cpp:1540]:
src/data.cpp:1543:[#included-from:src/data.cpp:1543]:
src/data.cpp:1546:[#included-from:src/data.cpp:1546]:
src/data.cpp:1549:[#included-from:src/data.cpp:1549]:
src/data.cpp:1552:[#included-from:src/data.cpp:1552]:
src/data.cpp:1555:[#included-from:src/data.cpp:1555]:
src/data.cpp:1570:[#included-from:src/data.cpp:1570]:
src/data.cpp:1575:[#included-from:src/data.cpp:1575]:
src/data.cpp:1580:[#included-from:src/data.cpp:1580]:
src/data.cpp:1584:[#included-from:src/data.cpp:1584]:
src/data.cpp:1591:[#included-from:src/data.cpp:1591]:
src/data.cpp:1596:[#included-from:src/data.cpp:1596]:
src/data.cpp:1600:[#included-from:src/data.cpp:1600]:
src/data.cpp:1606:[#included-from:src/data.cpp:1606]:
src/data.cpp:1611:[#included-from:src/data.cpp:1611]:
src/data.cpp:1615:[#included-from:src/data.cpp:1615]:
src/data.cpp:1622:[#included-from:src/data.cpp:1622]:
src/data.cpp:1627:[#included-from:src/data.cpp:1627]:
src/data.cpp:1632:[#included-from:src/data.cpp:1632]:
src/data.cpp:1641:[#included-from:src/data.cpp:1641]:
src/data.cpp:1644:[#included-from:src/data.cpp:1644]:
src/data.cpp:1651:[#included-from:src/data.cpp:1651]:
src/data.cpp:1654:[#included-from:src/data.cpp:1654]:
src/data.cpp:1661:[#included-from:src/data.cpp:1661]:
src/data.cpp:1664:[#included-from:src/data.cpp:1664]:
src/data.cpp:1683:[#included-from:src/data.cpp:1683]:
src/data.cpp:1763:[#included-from:src/data.cpp:1763]:
src/data.cpp:1816:[#included-from:src/data.cpp:1816]:
src/data.cpp:1908:[#included-from:src/data.cpp:1908]:
src/data.cpp:1923:[#included-from:src/data.cpp:1923]:
src/data.cpp:1961:[#included-from:src/data.cpp:1961]:
src/data.cpp:1979:[#included-from:src/data.cpp:1979]:
src/data.cpp:1981:[#included-from:src/data.cpp:1981]:
src/data.cpp:2033:[#included-from:src/data.cpp:2033]:
src/data.cpp:2035:[#included-from:src/data.cpp:2035]:
src/data.cpp:2037:[#included-from:src/data.cpp:2037]:
src/data.cpp:2055:[#included-from:src/data.cpp:2055]:
src/data.cpp:2082:[#included-from:src/data.cpp:2082]:
src/data.cpp:2084:[#included-from:src/data.cpp:2084]:
src/data.cpp:2086:[#included-from:src/data.cpp:2086]:
src/data.cpp:2088:[#included-from:src/data.cpp:2088]:
src/data.cpp:2103:[#included-from:src/data.cpp:2103]:
src/data.cpp:2110:[#included-from:src/data.cpp:2110]:
src/export_3d.cpp:[At:562]:
src/other.cpp:[At:37]:
src/other.cpp:[At:60]:
src/other.cpp:[At:84]:
src/other.cpp:[At:174]:
src/other.cpp:[At:200]:
src/other.cpp:[At:226]:
src/other.cpp:[At:309]:
src/other.cpp:[At:330]:
src/other.cpp:[At:351]:
src/surf.cpp:[At:809]:
src/data_ex.cpp:[At:31]:
src/data_ex.cpp:[At:34]:
src/data_ex.cpp:[At:37]:
src/data_ex.cpp:[At:105]:
src/data_ex.cpp:[At:119]:
src/data_ex.cpp:[At:139]:
src/data_ex.cpp:[At:143]:
src/data_ex.cpp:[At:163]:
src/data_ex.cpp:[At:202]:
src/data_ex.cpp:[At:217]:
src/data_ex.cpp:[At:234]:
src/data_ex.cpp:[At:251]:
src/data_ex.cpp:[At:272]:
src/data_ex.cpp:[At:306]:
src/data_ex.cpp:[At:322]:
src/data_ex.cpp:[At:338]:
src/data_ex.cpp:[At:358]:
src/data_ex.cpp:[At:392]:
src/data_ex.cpp:[At:408]:
src/data_ex.cpp:[At:424]:
src/data_ex.cpp:[At:444]:
src/data_ex.cpp:[At:486]:
src/data_ex.cpp:[At:501]:
src/data_ex.cpp:[At:517]:
src/data_ex.cpp:[At:542]:
src/data_ex.cpp:[At:552]:
src/data_ex.cpp:[At:560]:
src/data_ex.cpp:[At:571]:
src/data_ex.cpp:[At:581]:
src/data_ex.cpp:[At:589]:
src/data_ex.cpp:[At:600]:
src/data_ex.cpp:[At:610]:
src/data_ex.cpp:[At:618]:
src/data_ex.cpp:[At:629]:
src/data_ex.cpp:[At:639]:
src/data_ex.cpp:[At:647]:
src/data_ex.cpp:[At:665]:
src/data_ex.cpp:[At:683]:
src/data_ex.cpp:[At:707]:
src/data_ex.cpp:[At:810]:
src/data_ex.cpp:[At:839]:
src/data_ex.cpp:[At:879]:
src/data_ex.cpp:[At:920]:
src/data_ex.cpp:[At:963]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/fft.cpp:96:[#included-from:src/fft.cpp:96]:
src/fft.cpp:153:[#included-from:src/fft.cpp:153]:
src/fft.cpp:169:[#included-from:src/fft.cpp:169]:
src/fft.cpp:185:[#included-from:src/fft.cpp:185]:
src/fft.cpp:252:[#included-from:src/fft.cpp:252]:
src/fft.cpp:280:[#included-from:src/fft.cpp:280]:
src/fft.cpp:292:[#included-from:src/fft.cpp:292]:
src/fft.cpp:316:[#included-from:src/fft.cpp:316]:
src/fft.cpp:340:[#included-from:src/fft.cpp:340]:
src/fft.cpp:397:[#included-from:src/fft.cpp:397]:
src/fft.cpp:435:[#included-from:src/fft.cpp:435]:
src/fft.cpp:499:[#included-from:src/fft.cpp:499]:
src/fft.cpp:528:[#included-from:src/fft.cpp:528]:
src/fft.cpp:557:[#included-from:src/fft.cpp:557]:
src/fft.cpp:619:[#included-from:src/fft.cpp:619]:
src/fft.cpp:656:[#included-from:src/fft.cpp:656]:
src/fft.cpp:693:[#included-from:src/fft.cpp:693]:
src/fft.cpp:762:[#included-from:src/fft.cpp:762]:
src/fft.cpp:821:[#included-from:src/fft.cpp:821]:
src/fft.cpp:1095:[#included-from:src/fft.cpp:1095]:
src/fft.cpp:1123:[#included-from:src/fft.cpp:1123]:
src/fft.cpp:1151:[#included-from:src/fft.cpp:1151]:
src/fft.cpp:1180:[#included-from:src/fft.cpp:1180]:
src/fft.cpp:1218:[#included-from:src/fft.cpp:1218]:
src/fft.cpp:1222:[#included-from:src/fft.cpp:1222]:
src/fft.cpp:1225:[#included-from:src/fft.cpp:1225]:
src/fft.cpp:1228:[#included-from:src/fft.cpp:1228]:
src/fft.cpp:1232:[#included-from:src/fft.cpp:1232]:
src/fft.cpp:1235:[#included-from:src/fft.cpp:1235]:
src/fft.cpp:1272:[#included-from:src/fft.cpp:1272]:
src/fft.cpp:1287:[#included-from:src/fft.cpp:1287]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/parser.cpp:1202:[#included-from:src/parser.cpp:1202]:
src/parser.cpp:1205:[#included-from:src/parser.cpp:1205]:
src/parser.cpp:1212:[#included-from:src/parser.cpp:1212]:
src/parser.cpp:1215:[#included-from:src/parser.cpp:1215]:
src/parser.cpp:1233:[#included-from:src/parser.cpp:1233]:
src/parser.cpp:1236:[#included-from:src/parser.cpp:1236]:
src/parser.cpp:1243:[#included-from:src/parser.cpp:1243]:
src/parser.cpp:1246:[#included-from:src/parser.cpp:1246]:
src/parser.cpp:1264:[#included-from:src/parser.cpp:1264]:
src/parser.cpp:1267:[#included-from:src/parser.cpp:1267]:
src/parser.cpp:1274:[#included-from:src/parser.cpp:1274]:
src/parser.cpp:1277:[#included-from:src/parser.cpp:1277]:
src/parser.cpp:1296:[#included-from:src/parser.cpp:1296]:
src/parser.cpp:1299:[#included-from:src/parser.cpp:1299]:
src/parser.cpp:1307:[#included-from:src/parser.cpp:1307]:
src/parser.cpp:1310:[#included-from:src/parser.cpp:1310]:
./mgl2/datac.h:412:[#included-from:./mgl2/datac.h:412]:
./mgl2/datac.h:416:[#included-from:./mgl2/datac.h:416]:
src/complex_ex.cpp:35:[#included-from:src/complex_ex.cpp:35]:
src/complex_ex.cpp:38:[#included-from:src/complex_ex.cpp:38]:
src/complex_ex.cpp:41:[#included-from:src/complex_ex.cpp:41]:
src/complex_ex.cpp:45:[#included-from:src/complex_ex.cpp:45]:
src/complex_ex.cpp:48:[#included-from:src/complex_ex.cpp:48]:
src/complex_ex.cpp:51:[#included-from:src/complex_ex.cpp:51]:
src/complex_ex.cpp:121:[#included-from:src/complex_ex.cpp:121]:
src/complex_ex.cpp:128:[#included-from:src/complex_ex.cpp:128]:
src/complex_ex.cpp:143:[#included-from:src/complex_ex.cpp:143]:
src/complex_ex.cpp:150:[#included-from:src/complex_ex.cpp:150]:
src/complex_ex.cpp:171:[#included-from:src/complex_ex.cpp:171]:
src/complex_ex.cpp:174:[#included-from:src/complex_ex.cpp:174]:
src/complex_ex.cpp:178:[#included-from:src/complex_ex.cpp:178]:
src/complex_ex.cpp:200:[#included-from:src/complex_ex.cpp:200]:
src/complex_ex.cpp:245:[#included-from:src/complex_ex.cpp:245]:
src/complex_ex.cpp:249:[#included-from:src/complex_ex.cpp:249]:
src/complex_ex.cpp:253:[#included-from:src/complex_ex.cpp:253]:
src/complex_ex.cpp:257:[#included-from:src/complex_ex.cpp:257]:
src/complex_ex.cpp:272:[#included-from:src/complex_ex.cpp:272]:
src/complex_ex.cpp:289:[#included-from:src/complex_ex.cpp:289]:
src/complex_ex.cpp:306:[#included-from:src/complex_ex.cpp:306]:
src/complex_ex.cpp:327:[#included-from:src/complex_ex.cpp:327]:
src/complex_ex.cpp:369:[#included-from:src/complex_ex.cpp:369]:
src/complex_ex.cpp:384:[#included-from:src/complex_ex.cpp:384]:
src/complex_ex.cpp:400:[#included-from:src/complex_ex.cpp:400]:
src/complex_ex.cpp:428:[#included-from:src/complex_ex.cpp:428]:
src/complex_ex.cpp:435:[#included-from:src/complex_ex.cpp:435]:
src/complex_ex.cpp:442:[#included-from:src/complex_ex.cpp:442]:
src/complex_ex.cpp:491:[#included-from:src/complex_ex.cpp:491]:
src/complex_ex.cpp:501:[#included-from:src/complex_ex.cpp:501]:
src/complex_ex.cpp:504:[#included-from:src/complex_ex.cpp:504]:
src/complex_ex.cpp:512:[#included-from:src/complex_ex.cpp:512]:
src/complex_ex.cpp:525:[#included-from:src/complex_ex.cpp:525]:
src/complex_ex.cpp:535:[#included-from:src/complex_ex.cpp:535]:
src/complex_ex.cpp:538:[#included-from:src/complex_ex.cpp:538]:
src/complex_ex.cpp:546:[#included-from:src/complex_ex.cpp:546]:
src/complex_ex.cpp:559:[#included-from:src/complex_ex.cpp:559]:
src/complex_ex.cpp:569:[#included-from:src/complex_ex.cpp:569]:
src/complex_ex.cpp:572:[#included-from:src/complex_ex.cpp:572]:
src/complex_ex.cpp:580:[#included-from:src/complex_ex.cpp:580]:
src/complex_ex.cpp:593:[#included-from:src/complex_ex.cpp:593]:
src/complex_ex.cpp:603:[#included-from:src/complex_ex.cpp:603]:
src/complex_ex.cpp:606:[#included-from:src/complex_ex.cpp:606]:
src/complex_ex.cpp:614:[#included-from:src/complex_ex.cpp:614]:
ignoring #pragma omp section [-Wunknown-pragmas]:
src/font.cpp:[At:761]:
src/font.cpp:[At:766]:
src/font.cpp:[At:771]:
ignoring #pragma warning [-Wunknown-pragmas]:
iup_mglplot.cpp:[At:38]:
iup_mglplot.cpp:40:[#included-from:iup_mglplot.cpp:40]:
<FUNC> defined but not used [-Wunused-function]:
iup_flatlist.c:[At:1608]: iListSetShowDragDropAttrib
iup_flatlist.c:[At:1603]: iListGetShowDragDropAttrib
iup_flatlist.c:[At:1572]: iFlatListCallDragDropCb
iup_flatlist.c:[At:583]: iFlatListSingleCallDblClickCb
iup_flatval.c:[At:625]: iFlatValSetAttribPostRedraw
matrix/iupmat_draw.c:[At:1550]: iMatrixDrawHasFlatScrollBar
scintilla/lexers/LexLed.cxx:[At:43]: int LongDelimCheck(Scintilla::StyleContext&)
lex.yy.c:1566:[Function:yylex]: yy_flex_realloc
lex.yy.c:1097:[Function:yylex]: input
lex.yy.c:1049:[Function:yylex]: yyunput
label <LABEL> defined but not used [-Wunused-label]:
lex.yy.c:617:[Function:yylex]: find_rule
y.tab.c:322:[Function:yyparse]: yyerrlab
y.tab.c:317:[Function:yyparse]: yynewerror
ignoring return value of <FUNC>, declared with attribute warn_unused_result [-Wunused-result]:
iup_recplay.c:214:[Function:iPlayReadChar]: fscanf
iup_recplay.c:216:[Function:iPlayReadChar]: fread
iup_recplay.c:194:[Function:iPlayReadFloat]: fscanf
iup_recplay.c:196:[Function:iPlayReadFloat]: fread
iup_recplay.c:186:[Function:iPlayReadInt]: fscanf
iup_recplay.c:188:[Function:iPlayReadInt]: fread
iup_recplay.c:204:[Function:iPlayReadByte]: fscanf
iup_recplay.c:208:[Function:iPlayReadByte]: fread
iup_recplay.c:221:[Function:iPlayReadStr]: fread
iup_recplay.c:227:[Function:iPlayReadStr]: fread
matrixex/iupmatex_clipboard.c:693:[Function:iMatrixReadFile]: fread
src/font.cpp:86:[MemeberFunction:bool mglFont::read_data(const char*, int, std::vector<short int>&, std::vector<mglGlyphDescr>&)]: char* fgets(char*, int, FILE*)
src/font.cpp:86:[MemeberFunction:bool mglFont::read_main(const char*, std::vector<short int>&)]: char* fgets(char*, int, FILE*)
src/export_3d.cpp:760:[MemeberFunction:bool mglCanvas::ImportMGLD(const char*, bool)]: int fscanf(FILE*, const char*, ...)
src/export_3d.cpp:761:[MemeberFunction:bool mglCanvas::ImportMGLD(const char*, bool)]: int fscanf(FILE*, const char*, ...)
iup_scintilladlg.c:538:[Function:readFile]: fread
value computed is not used [-Wunused-value]:
ctrl/iuplua_matrix_aux.c:115:[Function:register_math_global]:
ctrl/iuplua_matrix_aux.c:115:[Function:iMatrixInitFormula]:
ctrl/iuplua_matrix_aux.c:115:[Function:iMatrixInitFormula]:
ctrl/iuplua_matrix_aux.c:115:[Function:iMatrixInitFormula]:
ctrl/iuplua_plot.c:115:[Function:IupPlotSetFormula]:
ctrl/iuplua_plot.c:115:[Function:IupPlotSetFormula]:
<VAR> defined but not used [-Wunused-variable]:
y.tab.c:2:[Function:yyparse]: yysccsid
variable <VAR> set but not used [-Wunused-but-set-variable]:
src/export_3d.cpp:1020:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_x
src/export_3d.cpp:1020:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_d
src/export_3d.cpp:1020:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_v
src/export_3d.cpp:1020:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_t
src/export_3d.cpp:1021:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_s
src/export_3d.cpp:1021:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_a
src/export_3d.cpp:1021:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_o
src/export_3d.cpp:1021:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_T
src/export_3d.cpp:1022:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_V
src/export_3d.cpp:1022:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_S
src/export_3d.cpp:1022:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_D
src/export_3d.cpp:1022:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_Y
src/export_3d.cpp:1022:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_l
src/export_3d.cpp:1023:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_L
src/export_3d.cpp:1023:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_r
src/export_3d.cpp:1023:[Function:void mgl_x3d_mdef(HMGL, void*, bool)]: m_R
src/export_3d.cpp:1212:[Function:void mgl_write_x3d(HMGL, const char*, const char*)]: same
src/export_3d.cpp:1244:[Function:void mgl_write_x3d(HMGL, const char*, const char*)]: same
src/export_3d.cpp:1190:[Function:void mgl_write_x3d(HMGL, const char*, const char*)]: k
tuio/TuioClient.cpp:118:[MemeberFunction:void TUIO::TuioClient::ProcessMessage(const osc::ReceivedMessage&, const IpEndpointName&)]: arg
oscpack/ip/posix/UdpSocket.cpp:434:[MemeberFunction:void SocketReceiveMultiplexer::Implementation::Run()]: ret
oscpack/ip/posix/UdpSocket.cpp:485:[MemeberFunction:void SocketReceiveMultiplexer::Implementation::AsynchronousBreak()]: ret
warning: ISO C++ forbids converting a string constant to <TYPE> [-Wwrite-strings]:
iup_mglplot.cpp:354:[Function:char* iMglPlotGetTexFontName(const char*)]: char*
iup_mglplot.cpp:358:[Function:char* iMglPlotGetTexFontName(const char*)]: char*
iup_mglplot.cpp:362:[Function:char* iMglPlotGetTexFontName(const char*)]: char*
iup_mglplot.cpp:1061:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1079:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1080:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1081:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1082:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1083:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1084:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1085:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1086:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1087:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:1088:[Function:char* iMglPlotMakeFormatString(double, double)]: char*
iup_mglplot.cpp:2131:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2132:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2133:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2134:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2135:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2136:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2137:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2138:[Function:char* iMglPlotGetLineStyle(char)]: char*
iup_mglplot.cpp:2155:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2157:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2159:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2161:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2163:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2165:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2167:[Function:int iMglPlotSetGridAttrib(Ihandle*, const char*)]: char*
iup_mglplot.cpp:2180:[Function:char* iMglPlotGetGridAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2508:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2509:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2510:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2511:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2512:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2513:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2514:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2515:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2516:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2517:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2518:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2519:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2520:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2521:[Function:char* iMglPlotGetDSMarkStyleAttrib(Ihandle*)]: char*
iup_mglplot.cpp:2774:[Function:char* iMglPlotGetAxisLabelPosition(int)]: char*
iup_mglplot.cpp:2776:[Function:char* iMglPlotGetAxisLabelPosition(int)]: char*
iup_mglplot.cpp:2778:[Function:char* iMglPlotGetAxisLabelPosition(int)]: char*
iup_mglplot.cpp:3167:[Function:char* iMglPlotGetAxisScale(const char*)]: char*
iup_mglplot.cpp:3169:[Function:char* iMglPlotGetAxisScale(const char*)]: char*
iup_mglplot.cpp:3171:[Function:char* iMglPlotGetAxisScale(const char*)]: char*
iup_mglplot.cpp:3173:[Function:char* iMglPlotGetAxisScale(const char*)]: char*
iup_mglplot.cpp:3621:[Function:char* iMglPlotGetAxisXCrossOrigin(double)]: char*
iup_mglplot.cpp:3623:[Function:char* iMglPlotGetAxisXCrossOrigin(double)]: char*