[Bug 236217] graphics/dspdfviewer: fails to build with clang 8
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 4 13:59:49 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236217
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 at FreeBSD.org
Reporter: jbeich at FreeBSD.org
CC: santhosh.raju at gmail.com
Blocks: 236062
Flags: maintainer-feedback?(santhosh.raju at gmail.com)
CC: santhosh.raju at 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 = 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=236062
[Bug 236062] [exp-run] Against projects/clang800-import branch
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list