commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 25/36: Fix gcc warning


From: Samuel Thibault
Subject: [hurd] 25/36: Fix gcc warning
Date: Tue, 24 Sep 2013 12:31:17 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit a084d0985fc7fc08446998b9b171318b6d3b6592
Author: Samuel Thibault <address@hidden>
Date:   Sat Sep 21 14:13:41 2013 +0200

    Fix gcc warning
    
    * console-client/pc-mouse.c (input_loop): Return NULL.
---
 console-client/pc-mouse.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/console-client/pc-mouse.c b/console-client/pc-mouse.c
index 8be7ff1..abdb602 100644
--- a/console-client/pc-mouse.c
+++ b/console-client/pc-mouse.c
@@ -291,6 +291,8 @@ input_loop (void *unused)
       console_move_mouse (&evt);
       vm_deallocate (mach_task_self(), buf, buf_size);
     }
+
+  return NULL;
 }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]