src/java.desktop/share/native/libfontmanager/DrawGlyphList.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
--- a/src/java.desktop/share/native/libfontmanager/DrawGlyphList.c	Fri Mar 02 19:10:12 2018 +0100
+++ b/src/java.desktop/share/native/libfontmanager/DrawGlyphList.c	Sat Mar 03 08:21:47 2018 +0100
@@ -861,7 +861,7 @@
  * data, it needs only 512 bytes - plus a few more of overhead - and saves
  * about that many intrinsic function calls plus other FP calculations.
  */
-void initLCDGammaTables() {
+void initLCDGammaTables(void) {
    memset(lcdGammaLUT, 0,  LCDLUTCOUNT * sizeof(UInt8*));
    memset(lcdInvGammaLUT, 0, LCDLUTCOUNT * sizeof(UInt8*));
 /*    printDefaultTables(140); */