[hipl-commit] [trunk] Rev 4638: lib: core: mark more unused parameters as such.

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Sun, 30 May 2010 22:56:39 +0300

Committer: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
Date: 30/05/2010 at 22:56:39
Revision: 4638
Revision-id: mircea.gherzan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  lib: core: mark more unused parameters as such.

Modified:
  M  lib/core/message.c

=== modified file 'lib/core/message.c'
--- lib/core/message.c  2010-05-30 19:54:08 +0000
+++ lib/core/message.c  2010-05-30 19:56:16 +0000
@@ -67,6 +67,7 @@
 
 #include "lib/tool/nlink.h"
 #include "builder.h"
+#include "common_defines.h"
 #include "debug.h"
 #include "hip_udp.h"
 #include "icomm.h"
@@ -467,7 +468,8 @@
  * @note currently the only SOCK_DGRAM and AF_INET6 are supported
  * @todo required by the native HIP API
  */
-int hip_recv_daemon_info(struct hip_common *msg, uint16_t info_type)
+int hip_recv_daemon_info(UNUSED struct hip_common *msg,
+                         UNUSED uint16_t info_type)
 {
     return -1;
 }

Other related posts:

  • » [hipl-commit] [trunk] Rev 4638: lib: core: mark more unused parameters as such. - Mircea Gherzan