Dismiss signed index warning in opengl_gal.cpp

This commit is contained in:
Chris Pavlina 2016-09-30 01:37:03 -04:00
parent 91c8201b8b
commit 71263c32e8
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* This program source code file is part of KICAD, a free EDA CAD application.
*
* Copyright (C) 2012 Torsten Hueter, torstenhtr <at> gmx.de
* Copyright (C) 2012-2016 Kicad Developers, see change_log.txt for contributors.
* Copyright (C) 2012-2016 Kicad Developers, see AUTHORS.txt for contributors.
* Copyright (C) 2013-2016 CERN
* @author Maciej Suminski <maciej.suminski@cern.ch>
*
@ -1355,7 +1355,7 @@ int OPENGL_GAL::drawBitmapChar( unsigned long aChar )
void OPENGL_GAL::drawBitmapOverbar( double aLength, double aHeight )
{
// To draw an overbar, simply draw an overbar
const bitmap_glyph& GLYPH = bitmap_chars['_'];
const bitmap_glyph& GLYPH = bitmap_chars[(unsigned char) '_'];
const float H = GLYPH.maxy - GLYPH.miny;
Save();