mirror of
https://github.com/freetype/freetype.git
synced 2026-01-18 00:11:18 +01:00
Fix compiler warning (#52640).
* src/base/ftbitmap.c (ft_bitmap_assure_buffer): Remove unused variable.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2017-12-11 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Fix compiler warning (#52640).
|
||||
|
||||
* src/base/ftbitmap.c (ft_bitmap_assure_buffer): Remove unused
|
||||
variable.
|
||||
|
||||
2017-12-08 Azzuro <azzuro@team-mediaportal.com>
|
||||
|
||||
* builds/windows/vc2010/freetype.vcxproj: Adjust output directory.
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
int pitch;
|
||||
int new_pitch;
|
||||
FT_UInt bpp;
|
||||
FT_UInt i, width, height;
|
||||
FT_UInt width, height;
|
||||
unsigned char* buffer = NULL;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user