]> git.sesse.net Git - vlc/commit
gcc 3.4.3 gave this error:
authorRocky Bernstein <rocky@videolan.org>
Mon, 2 May 2005 09:01:55 +0000 (09:01 +0000)
committerRocky Bernstein <rocky@videolan.org>
Mon, 2 May 2005 09:01:55 +0000 (09:01 +0000)
commit55f18a052493ceeac11809178eba49d483203400
tree67a002f652bfe71d77abeea44f76d47935106c48
parent15c9e65f98380ef0a311845b35bee0347113e6c6
gcc 3.4.3 gave this error:

  src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const':
  src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id
  src/ft2_font.cpp:172: note: try removing the parentheses around the type-id

Follow the suggestion.
modules/gui/skins2/src/ft2_font.cpp