libtasn1-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libtasn1 branch, master, updated. libtasn1_4_9-19-g7df0dae


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_4_9-19-g7df0dae
Date: Tue, 4 Oct 2016 13:06:22 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=7df0dae73cff65c8af180946e5ae9b2fa2389224

The branch, master has been updated
       via  7df0dae73cff65c8af180946e5ae9b2fa2389224 (commit)
      from  7137505268189e9ab9a50b014028edfdaaef11da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7df0dae73cff65c8af180946e5ae9b2fa2389224
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Oct 4 15:01:03 2016 +0200

    benchmark: made alarm handler static
    
    This prevents a compiler warning.

-----------------------------------------------------------------------

Summary of changes:
 src/benchmark.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/benchmark.c b/src/benchmark.c
index 751586b..f36115b 100644
--- a/src/benchmark.c
+++ b/src/benchmark.c
@@ -30,7 +30,7 @@ int benchmark_must_finish = 0;
 
 #if defined _WIN32
 #include <windows.h>
-DWORD WINAPI
+static DWORD WINAPI
 alarm_handler (LPVOID lpParameter)
 {
   HANDLE wtimer = *((HANDLE *) lpParameter);


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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