[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Warning while building V23.0.0 (make)



On 10/5/23 14:54, Valerio Bellizzomi wrote:
[ 61%] Building CXX object
src/condor_schedd.V6/CMakeFiles/condor_schedd.dir/schedd_negotiate.cpp.
o
23.0.0/src/condor_utils/classy_counted_ptr.h:98:45: warning: âvoid
operator delete(void*, std::size_t)â called on pointer â<unknown>â with
nonzero offset 8 [-Wfree-nonheap-object]


This is a known warning in the HTCondor build. A proper fix is a fair amount of work, and this warning doesn't cause any actual harm to the binaries.


-greg