Skip to content
Snippets Groups Projects
  1. Feb 29, 2020
  2. Feb 27, 2020
  3. Feb 18, 2020
  4. May 22, 2019
  5. May 20, 2019
  6. May 17, 2019
  7. May 16, 2019
    • Julian Oes's avatar
      modules/lib: ignore address-of-packed-member · 9d8015d0
      Julian Oes authored
      For now we need to ignore this warning which GCC 9 shows for the MAVLink
      headers.
      9d8015d0
    • Julian Oes's avatar
      drivers: fix -Wstringop-truncation · b20feacd
      Julian Oes authored
      GCC 9 complained about stringop-truncation which is a cautionary message
      to prevent using strncpy with non-null terminated strings.
      
      We can fix this by copying one byte less than the destination size and
      then manually adding the null termination, as we already do.
      b20feacd
  8. May 11, 2019
  9. May 09, 2019
Loading