On Thu, Mar 1, 2012 at 10:18 PM, Elevate Efl <eflel...@gmail.com> wrote: > One comment to this commit. > > On Fri, Mar 2, 2012 at 5:39 AM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > >> Log: >> elev8: Remove HTTP module compile-time warnings >> >> Author: acidx >> Date: 2012-03-01 12:39:19 -0800 (Thu, 01 Mar 2012) >> New Revision: 68596 >> Trac: http://trac.enlightenment.org/e/changeset/68596 >> >> Modified: >> trunk/PROTO/elev8/src/modules/http/elev8_http.cc >> >> Modified: trunk/PROTO/elev8/src/modules/http/elev8_http.cc >> =================================================================== >> --- trunk/PROTO/elev8/src/modules/http/elev8_http.cc 2012-03-01 >> 20:28:22 UTC (rev 68595) >> +++ trunk/PROTO/elev8/src/modules/http/elev8_http.cc 2012-03-01 >> 20:39:19 UTC (rev 68596) >> @@ -8,7 +8,7 @@ >> int XMLHttpRequest::fd_counter = 0; >> Handle<ObjectTemplate> xmlHttpReqObj; >> >> -Eina_Bool data_callback(void *data, int type, void *event) >> +Eina_Bool data_callback(void *data, int, void *event) >> > > Why not use __UNUSED__ like the rest of EFL.
Because this is the standard way to do in C++. The rest of EFL is not C++ so we can't do this there too. Lucas De Marchi ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel