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

gcc warnings compiling src/solaris/native/sun/management

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • core-svc

        /data/jenkins/workspace/jdk9-dev-build/jdk/src/share/instrument/JarFacade.c: In function ‘doAttribute’:
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/share/instrument/JarFacade.c:61:13: warning: implicit declaration of function ‘isspace’ [-Wimplicit-function-declaration]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c: In function ‘get_totalticks’:
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:86:12: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:86:12: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 4 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:86:12: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 5 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:86:12: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 6 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:95:13: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:95:13: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 4 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:95:13: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 5 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:95:13: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 6 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:102:12: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 3 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:102:12: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 4 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:102:12: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 5 has type ‘uint64_t *’ [-Wformat]
        /data/jenkins/workspace/jdk9-dev-build/jdk/src/solaris/native/sun/management/LinuxOperatingSystem.c:102:12: warning: format ‘%lld’ expects argument of type ‘long long int *’, but argument 6 has type ‘uint64_t *’ [-Wformat]

              alanb Alan Bateman
              alanb Alan Bateman
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: