compile
command_line: /usr/bin/ccache /usr/bin/clazy -I/home/dp/.cache/chorse/cmake/clazy/binary/Utilities -I/home/dp/.cache/chorse/cmake/clazy/binary/Source -I/home/dp/.cache/chorse/cmake/clazy/source/Source -I/home/dp/.cache/chorse/cmake/clazy/source/Source/LexerParser -isystem /home/dp/.cache/chorse/cmake/clazy/source/Utilities/std -isystem /home/dp/.cache/chorse/cmake/clazy/source/Utilities -Wnon-virtual-dtor -Wcast-align -Wchar-subscripts -Wall -W -Wshadow -Wpointer-arith -Wformat-security -Wundef -g -std=c++17 -Wno-deprecated-declarations -MD -MT Source/CMakeFiles/CMakeLib.dir/cmFileCopier.cxx.o -MF Source/CMakeFiles/CMakeLib.dir/cmFileCopier.cxx.o.d -o Source/CMakeFiles/CMakeLib.dir/cmFileCopier.cxx.o -c /home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileCopier.cxx
working_directory: "/home/dp/.cache/chorse/cmake/clazy/binary"
Target: CMakeLib
Target Type: STATIC_LIBRARY
Source: /home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileCopier.cxx
Language: C++
Config: Debug
stderr:
In file included from /home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileCopier.cxx:4:
In file included from /home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileCopier.h:15:
In file included from /home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTimeCache.h:10:
/home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTime.h:39:14: warning: cmFileTime::Older: Pass small and trivially-copyable type by value (const cmFileTime & ftm) [-Wclazy-function-args-by-value]
39 | bool Older(cmFileTime const& ftm) const
| ^~~~~~~~~~~~~~~~~~~~~
| cmFileTime ftm
/home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTime.h:47:14: warning: cmFileTime::Newer: Pass small and trivially-copyable type by value (const cmFileTime & ftm) [-Wclazy-function-args-by-value]
47 | bool Newer(cmFileTime const& ftm) const
| ^~~~~~~~~~~~~~~~~~~~~
| cmFileTime ftm
/home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTime.h:55:14: warning: cmFileTime::Equal: Pass small and trivially-copyable type by value (const cmFileTime & ftm) [-Wclazy-function-args-by-value]
55 | bool Equal(cmFileTime const& ftm) const { return this->Time == ftm.Time; }
| ^~~~~~~~~~~~~~~~~~~~~
| cmFileTime ftm
/home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTime.h:60:15: warning: cmFileTime::Differ: Pass small and trivially-copyable type by value (const cmFileTime & ftm) [-Wclazy-function-args-by-value]
60 | bool Differ(cmFileTime const& ftm) const { return this->Time != ftm.Time; }
| ^~~~~~~~~~~~~~~~~~~~~
| cmFileTime ftm
/home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTime.h:66:15: warning: cmFileTime::Compare: Pass small and trivially-copyable type by value (const cmFileTime & ftm) [-Wclazy-function-args-by-value]
66 | int Compare(cmFileTime const& ftm) const
| ^~~~~~~~~~~~~~~~~~~~~
| cmFileTime ftm
/home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTime.h:80:15: warning: cmFileTime::OlderS: Pass small and trivially-copyable type by value (const cmFileTime & ftm) [-Wclazy-function-args-by-value]
80 | bool OlderS(cmFileTime const& ftm) const
| ^~~~~~~~~~~~~~~~~~~~~
| cmFileTime ftm
/home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTime.h:88:15: warning: cmFileTime::NewerS: Pass small and trivially-copyable type by value (const cmFileTime & ftm) [-Wclazy-function-args-by-value]
88 | bool NewerS(cmFileTime const& ftm) const
| ^~~~~~~~~~~~~~~~~~~~~
| cmFileTime ftm
/home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTime.h:96:15: warning: cmFileTime::EqualS: Pass small and trivially-copyable type by value (const cmFileTime & ftm) [-Wclazy-function-args-by-value]
96 | bool EqualS(cmFileTime const& ftm) const
| ^~~~~~~~~~~~~~~~~~~~~
| cmFileTime ftm
/home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTime.h:108:16: warning: cmFileTime::DifferS: Pass small and trivially-copyable type by value (const cmFileTime & ftm) [-Wclazy-function-args-by-value]
108 | bool DifferS(cmFileTime const& ftm) const
| ^~~~~~~~~~~~~~~~~~~~~
| cmFileTime ftm
/home/dp/.cache/chorse/cmake/clazy/source/Source/cmFileTime.h:122:16: warning: cmFileTime::CompareS: Pass small and trivially-copyable type by value (const cmFileTime & ftm) [-Wclazy-function-args-by-value]
122 | int CompareS(cmFileTime const& ftm) const
| ^~~~~~~~~~~~~~~~~~~~~
| cmFileTime ftm
10 warnings generated.