summaryrefslogtreecommitdiffstats
path: root/slideshow
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-04 17:57:09 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-04 17:59:39 +0100
commitc24552ed05c7840a8359143d9af48f25fef21999 (patch)
tree4038f3aefbdd4fd429cca1a67fde96a98692a9e7 /slideshow
parenthelp compiler: less verbose output to console (diff)
downloadcore-c24552ed05c7840a8359143d9af48f25fef21999.tar.gz
core-c24552ed05c7840a8359143d9af48f25fef21999.zip
slideshow: fix unused param warnings in ObjC files
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m b/slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m
index 56c2e094fc3a..44e4f6dde309 100644
--- a/slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m
+++ b/slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m
@@ -154,6 +154,7 @@ typedef int NSColorRenderingIntent;
- (void) _surfaceNeedsUpdate:(NSNotification*)notification
{
+ (void) notification; // unused
[self update];
}