Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Mar 2019 13:59:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236217] graphics/dspdfviewer: fails to build with clang 8
Message-ID:  <bug-236217-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236217

            Bug ID: 236217
           Summary: graphics/dspdfviewer: fails to build with clang 8
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: santhosh.raju@gmail.com
            Blocks: 236062
             Flags: maintainer-feedback?(santhosh.raju@gmail.com)
                CC: santhosh.raju@gmail.com

$ poudriere jail -cj clang8 -v projects/clang800-import -m svn+https
$ poudriere testport -j clang8 graphics/dspdfviewer
[...]
../dspdfviewer.cpp:311:48: error: empty expression statement has no effect;
remove unnecessary ';' to silence this warning [-Werror,-Wextra-semi-stmt]
  QSize newSize =3D window.getPreviewImageSize();;
                                               ^
In file included from libdspdfviewer_autogen/mocs_compilation.cpp:7:
libdspdfviewer_autogen/EWIEGA46WW/moc_runtimeconfiguration.cpp:59:17: error:
empty expression statement has no effect; remove unnecessary ';' to silence
this warning [-Werror,-Wextra-semi-stmt]
    Q_UNUSED(_o);
                ^
libdspdfviewer_autogen/EWIEGA46WW/moc_runtimeconfiguration.cpp:60:18: error:
empty expression statement has no effect; remove unnecessary ';' to silence
this warning [-Werror,-Wextra-semi-stmt]
    Q_UNUSED(_id);
                 ^
libdspdfviewer_autogen/EWIEGA46WW/moc_runtimeconfiguration.cpp:61:17: error:
empty expression statement has no effect; remove unnecessary ';' to silence
this warning [-Werror,-Wextra-semi-stmt]
    Q_UNUSED(_c);
                ^
libdspdfviewer_autogen/EWIEGA46WW/moc_runtimeconfiguration.cpp:62:17: error:
empty expression statement has no effect; remove unnecessary ';' to silence
this warning [-Werror,-Wextra-semi-stmt]
    Q_UNUSED(_a);
                ^

http://package18.nyi.freebsd.org/data/headamd64PR236062-default/2019-03-01_=
06h42m53s/logs/errors/dspdfviewer-1.15.1_11.log


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236062
[Bug 236062] [exp-run] Against projects/clang800-import branch
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236217-7788>