This patch set enables various warnings that can help identify
inconsistent use of functions. I didn't encounter any real bugs,
though.

I've also added verbosity control for files generated by re2c,
lemon, etc.

- Werner

Werner Almesberger (5):
  flickernoise: use -Wstrict-prototypes
  flickernoise: use -Wmissing-prototypes
  flickernoise: use -Wold-style-declaration
  flickernoise: use -Wold-style-definition
  flickernoise: improve quiet mode of Makefile

 src/Makefile                 |   53 +++++++++++++++++++++++------------------
 src/config.c                 |    2 +-
 src/config.h                 |    2 +-
 src/fb.c                     |   10 ++++----
 src/fb.h                     |   10 ++++----
 src/fbgrab.c                 |    2 +-
 src/gui/about.c              |    4 +-
 src/gui/about.h              |    4 +-
 src/gui/audio.c              |    8 +++---
 src/gui/audio.h              |    6 ++--
 src/gui/cp.c                 |   10 ++++----
 src/gui/cp.h                 |    6 ++--
 src/gui/dmx.c                |    8 +++---
 src/gui/dmx.h                |    6 ++--
 src/gui/dmxdesk.c            |    6 ++--
 src/gui/dmxdesk.h            |    6 ++--
 src/gui/dmxspy.c             |    6 ++--
 src/gui/dmxspy.h             |    6 ++--
 src/gui/filemanager.c        |    4 +-
 src/gui/filemanager.h        |    4 +-
 src/gui/firstpatch.c         |    4 +-
 src/gui/firstpatch.h         |    4 +-
 src/gui/flash.c              |   16 ++++++------
 src/gui/flash.h              |    2 +-
 src/gui/guirender.c          |    2 +-
 src/gui/guirender.h          |    4 +-
 src/gui/ir.c                 |   12 ++++----
 src/gui/ir.h                 |    4 +-
 src/gui/keyboard.c           |   12 ++++----
 src/gui/keyboard.h           |    4 +-
 src/gui/messagebox.c         |    2 +-
 src/gui/messagebox.h         |    2 +-
 src/gui/midi.c               |   12 ++++----
 src/gui/midi.h               |    4 +-
 src/gui/monitor.c            |    6 ++--
 src/gui/monitor.h            |    6 ++--
 src/gui/oscsettings.c        |   12 ++++----
 src/gui/oscsettings.h        |    4 +-
 src/gui/patcheditor.c        |    8 +++---
 src/gui/patcheditor.h        |    4 +-
 src/gui/performance.c        |   26 ++++++++++----------
 src/gui/performance.h        |    4 +-
 src/gui/rsswall.c            |   14 +++++-----
 src/gui/rsswall.h            |    8 +++---
 src/gui/shutdown.c           |    4 +-
 src/gui/shutdown.h           |    4 +-
 src/gui/sysettings.c         |   32 ++++++++++++------------
 src/gui/sysettings.h         |    6 ++--
 src/gui/videoin.c            |   10 ++++----
 src/gui/videoin.h            |    6 ++--
 src/input.c                  |    4 +-
 src/input.h                  |    4 +-
 src/main.c                   |    2 +
 src/osc.c                    |    2 +-
 src/osc.h                    |    2 +-
 src/pixbuf/dither.c          |    3 +-
 src/pixbuf/pixbuf.h          |    2 +-
 src/pngwrite.c               |    1 +
 src/renderer/bandfilters.h   |    6 ++--
 src/renderer/bandfilters.sce |    6 ++--
 src/shellext.c               |    8 +++---
 src/shortcuts.c              |    5 ++-
 src/shortcuts.h              |    2 +-
 src/sysconfig.c              |   36 ++++++++++++++--------------
 src/sysconfig.h              |   18 +++++++-------
 src/version.c                |    4 ++-
 src/version.h                |    2 +-
 67 files changed, 261 insertions(+), 247 deletions(-)

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to