seoz pushed a commit to branch master.
commit 019de01a5d5b4222604bba548182792a6ad0d408
Author: Daniel Juyung Seo <[email protected]>
Date: Wed May 1 22:51:25 2013 +0900
elm_win.c: fixed unused warning when it does not use wayland.
---
src/lib/elm_win.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 2bc455c..e226738 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -2234,6 +2234,9 @@ _elm_win_frame_cb_resize_start(void *data,
if (sd->resize_location > 0)
ecore_evas_wayland_resize(sd->ee, sd->resize_location);
+#else
+ (void)data;
+ (void)source;
#endif
}
--
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1