* installing *source* package 'ragg' ...
** package 'ragg' successfully unpacked and MD5 sums checked
** using staged installation

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpgXeKA5/R.INSTALL162d46e7c3fe4/ragg/src'
rm -f capture_dev.o init.o jpeg_dev.o png_dev.o ppm_dev.o tiff_dev.o agg/libstatagg.a ragg.dll agg/src/agg_curves.o agg/src/agg_font_freetype.o agg/src/agg_image_filters.o agg/src/agg_trans_affine.o agg/src/agg_vcgen_dash.o agg/src/agg_vcgen_stroke.o
"D:/RCompile/recent/R-4.3.3/bin/x64/Rscript.exe" "../tools/winlibs.R"
[1] TRUE
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c capture_dev.cpp -o capture_dev.o
In file included from text_renderer.h:17,
                 from AggDevice.h:5,
                 from AggDeviceCapture.h:4,
                 from capture_dev.cpp:4:
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.cpp -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c jpeg_dev.cpp -o jpeg_dev.o
In file included from text_renderer.h:17,
                 from AggDevice.h:5,
                 from AggDeviceJpeg.h:4,
                 from jpeg_dev.cpp:4:
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c png_dev.cpp -o png_dev.o
In file included from text_renderer.h:17,
                 from AggDevice.h:5,
                 from AggDevicePng.h:8,
                 from png_dev.cpp:4:
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba16, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba16, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba16, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba16, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ppm_dev.cpp -o ppm_dev.o
In file included from text_renderer.h:17,
                 from AggDevice.h:5,
                 from AggDevicePpm.h:4,
                 from ppm_dev.cpp:4:
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tiff_dev.cpp -o tiff_dev.o
In file included from text_renderer.h:17,
                 from AggDevice.h:5,
                 from AggDeviceTiff.h:4,
                 from tiff_dev.cpp:4:
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba8T<agg::linear>, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba8T<agg::linear>; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba16, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba16, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:23: note: 'y' was declared here
  722 |             double x, y;
      |                       ^
In member function 'void agg::path_base<VertexContainer>::concat_path(VertexSource&, unsigned int) [with VertexSource = agg::ellipse; VertexContainer = agg::vertex_block_storage<double>]',
    inlined from 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba16, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]' at AggDevice.h:333:34:
./agg/include/agg_path_storage.h:727:38: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
  727 |                 m_vertices.add_vertex(x, y, cmd);
      |                 ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
./agg/include/agg_path_storage.h: In member function 'void AggDevice<PIXFMT, R_COLOR, BLNDFMT>::drawShape(Raster&, Raster&, Path&, bool, bool, int, int, double, int, R_GE_lineend, R_GE_linejoin, double, int, bool) [with Raster = agg::rasterizer_scanline_aa<>; Path = agg::ellipse; PIXFMT = agg::pixfmt_alpha_blend_rgb<agg::blender_rgb_pre<agg::rgba16, agg::order_rgb>, agg::row_accessor<unsigned char>, 3>; R_COLOR = agg::rgba16; BLNDFMT = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba16, agg::order_rgba>, agg::row_accessor<unsigned char> >]':
./agg/include/agg_path_storage.h:722:20: note: 'x' was declared here
  722 |             double x, y;
      |                    ^
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c agg/src/agg_curves.cpp -o agg/src/agg_curves.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c agg/src/agg_font_freetype.cpp -o agg/src/agg_font_freetype.o
agg/src/agg_font_freetype.cpp: In member function 'void agg::font_engine_freetype_base::update_char_size()':
agg/src/agg_font_freetype.cpp:942:57: warning: comparison of integer expressions of different signedness: 'FT_Pos' {aka 'long int'} and 'unsigned int' [-Wsign-compare]
  942 |                 if (m_cur_face->available_sizes[i].size > largest_size) {
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c agg/src/agg_image_filters.cpp -o agg/src/agg_image_filters.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c agg/src/agg_trans_affine.cpp -o agg/src/agg_trans_affine.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c agg/src/agg_vcgen_dash.cpp -o agg/src/agg_vcgen_dash.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG -DSTRICT_R_HEADERS -I../windows/harfbuzz/include -I../windows/harfbuzz/include/freetype2 -I./agg/include  -I'D:/RCompile/CRANpkg/lib/4.3/systemfonts/include' -I'D:/RCompile/CRANpkg/lib/4.3/textshaping/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c agg/src/agg_vcgen_stroke.cpp -o agg/src/agg_vcgen_stroke.o
ar crs agg/libstatagg.a agg/src/agg_curves.o agg/src/agg_font_freetype.o agg/src/agg_image_filters.o agg/src/agg_trans_affine.o agg/src/agg_vcgen_dash.o agg/src/agg_vcgen_stroke.o
g++ -std=gnu++17 -shared -s -static-libgcc -o ragg.dll tmp.def capture_dev.o init.o jpeg_dev.o png_dev.o ppm_dev.o tiff_dev.o -Lagg -lstatagg -L../windows/harfbuzz/lib/x64 -L../windows/harfbuzz/lib -lfreetype -lharfbuzz -lfreetype -lpng -lz -ltiff -ljpeg -lbz2 -lrpcrt4 -lgdi32 -lws2_32 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpgXeKA5/R.INSTALL162d46e7c3fe4/ragg/src'
make[1]: Entering directory '/d/temp/RtmpgXeKA5/R.INSTALL162d46e7c3fe4/ragg/src'
make[1]: Leaving directory '/d/temp/RtmpgXeKA5/R.INSTALL162d46e7c3fe4/ragg/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-ragg/00new/ragg/libs/x64
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'ragg' as ragg_1.3.0.zip
* DONE (ragg)