~stolowski/nux/merge-trunk

« back to all changes in this revision

Viewing changes to NuxGraphics/CairoGraphics.cpp

  • Committer: Michi Henning
  • Date: 2012-09-26 06:44:12 UTC
  • mto: This revision was merged to the branch mainline in revision 678.
  • Revision ID: michi.henning@canonical.com-20120926064412-rrr02nmxn5pe2g4p
Added -Wextra to compiler flags. Fixed a large number of warnings about unused parameters. Fixes #1056633.

Show diffs side-by-side

added added

removed removed

Lines of Context:
454
454
 
455
455
  static inline void _blurrow(guchar* pixels,
456
456
                               gint    width,
457
 
                               gint    height,
 
457
                               gint    /* height */,  // TODO: This seems very strange. Why is height not used as it is in _blurcol() ?
458
458
                               gint    channels,
459
459
                               gint    line,
460
460
                               gint    alpha,