Print

Print


I could put something like:
`
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Werror"
  memset(xxx, 255, GetSizeInBytes());                       /* no diagnostic for this one */
#pragma GCC diagnostic pop
`
or add comment like:
`
   // The following should be: memset(m_store.m_buff_synced, 255, GetSizeInBytes());
   // but GCC produces an overzealous 'possible argument transpose warning' and
   // xrootd build uses warnings->errors escalation.
   // See also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61294
`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/pull/826#issuecomment-422085391

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1