Revision 1150 changed the way angles work so that 0 degrees and 360 degrees are treat...
[synfig.git] / synfig-core / tags / stable / src / modules / mod_jpeg / trgt_jpeg.cpp
index c0c116c..fc6557e 100644 (file)
@@ -180,7 +180,7 @@ jpeg_trgt::end_frame()
 }
 
 Color *
-jpeg_trgt::start_scanline(int scanline)
+jpeg_trgt::start_scanline(int /*scanline*/)
 {
        return color_buffer;
 }