~unity-team/nux/nux.redirected-views

« back to all changes in this revision

Viewing changes to NuxGraphics/CairoGraphics.cpp

  • Committer: Tarmac
  • Author(s): Michi Henning
  • Date: 2012-10-02 01:05:45 UTC
  • mfrom: (667.2.5 1056633)
  • Revision ID: tarmac-20121002010545-jphizk30nj3oe9ui
Added -Wextra to compiler flags and removed a large number of warnings about unused parameters. Code compiles clean now without warnings, except for one remaining warning (see bug #1052765).. Fixes: https://bugs.launchpad.net/bugs/1056633. Approved by Michi Henning.

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,