Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8236484

Compile error in monocle dispman

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • jfx14
    • jfx11
    • javafx

      The DispmanScreen.c file has a void funtion returning 0l, which obviously shouldn't happen.

      It results in a compile error for platforms using this file:

      /home/johan/open-jfx/github/jfx/modules/javafx.graphics/src/main/native-glass/monocle/dispman/DispmanScreen.c: In function 'Java_com_sun_glass_ui_monocle_DispmanScreen_wrapNativeSymbols':
      /home/johan/open-jfx/github/jfx/modules/javafx.graphics/src/main/native-glass/monocle/dispman/DispmanScreen.c:85:12: error: 'return' with a value, in function returning void [-Werror]
           return 0l;

            jvos Johan Vos
            jvos Johan Vos
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: