[PATCH 00/17] Warning Fix Series

Joel Sherrill joel at rtems.org
Wed Aug 29 20:15:13 UTC 2018


Hi

This is a series of warnings spotted using GCC 8 and
a build of GCC from the master which turned some of
these as errors.

We are down to 88 unique warnings after this round of
fixes.

Joel Sherrill (17):
  bsps/m68k/shared/cache/cache.h: Fix warnings and clean up
  cpukit/telnetd/pty.c: Fix format overflow warning on sprintf()
  gdbarmsim/include/bsp.h: Fix warnings
  bsps/i386/shared/cache/cache.c: Fix warnings
  gen5200/include/bsp/bestcomm.h: Fix unused variable warning
  mpc55xxevb/clock/clock-config.c: Remove unused mpc55xx_clock_cleanup()
    method
  gen5200/include/tm27.h: Fix warnings
  qoriq/include/tm27.h: Fix warnings
  monlib.[ch]: Fix warnings for external vs internal use of .h
  lpc32xx/include/bsp.h: Resolve set but not used warning
  gen68340/include/m340timer.h: Fix not a prototype warnings
  uC5282/clock/clock.c: Correct bsp_idle_thread() prototype
  mvme5500/include/tm27.h: Fix not a prototype warnings
  psim/include/tm27.h: Fix not a prototype warnings
  score/cpu/bfin/cpu.c: Fix _CPU_Thread_Idle_body() prototype
  rtems/score/epiphany-utility.h: Fix not a prototype warning
  Remove bsps/sparc64/shared/helenos/boot/generic/string.c

 bsps/arm/csb337/umon/monlib.c                      |   1 +
 bsps/arm/gdbarmsim/include/bsp.h                   |   6 +-
 bsps/arm/lpc32xx/include/bsp.h                     |   1 +
 bsps/i386/shared/cache/cache.c                     |  22 +--
 bsps/include/umon/monlib.h                         |  12 +-
 bsps/m68k/gen68340/include/m340timer.h             |   8 +-
 bsps/m68k/shared/cache/cache.h                     |  81 ++++----
 bsps/m68k/uC5282/clock/clock.c                     |   2 +-
 bsps/powerpc/gen5200/include/bsp/bestcomm.h        |   3 +
 bsps/powerpc/gen5200/include/tm27.h                |   9 +-
 bsps/powerpc/mpc55xxevb/clock/clock-config.c       |  10 -
 bsps/powerpc/mvme5500/include/tm27.h               |   4 +-
 bsps/powerpc/psim/include/tm27.h                   |   8 +-
 bsps/powerpc/qoriq/include/tm27.h                  |  10 +-
 bsps/sparc64/shared/helenos/boot/generic/string.c  | 211 ---------------------
 c/src/lib/libbsp/sparc64/niagara/Makefile.am       |   1 -
 c/src/lib/libbsp/sparc64/usiii/Makefile.am         |   1 -
 cpukit/score/cpu/bfin/cpu.c                        |   2 +-
 .../include/rtems/score/epiphany-utility.h         |   2 +-
 cpukit/telnetd/pty.c                               |  11 +-
 20 files changed, 88 insertions(+), 317 deletions(-)
 delete mode 100644 bsps/sparc64/shared/helenos/boot/generic/string.c

-- 
1.8.3.1



More information about the devel mailing list