Skip to content
  • Mark OLESEN's avatar
    COMP: avoid -Wstringop-truncation warning · d3bcc71b
    Mark OLESEN authored
    - the gcc c++/9 includes now inline strncpy, which obliterates
      the previous method of suppressing the warning.
      Now simply allocate additional space for the nul character.
    
    COMP: silence some icc warnings
    d3bcc71b