gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/36: autoinit_funcs.h: fixed compiler warning


From: gnunet
Subject: [libmicrohttpd] 03/36: autoinit_funcs.h: fixed compiler warning
Date: Thu, 01 Jun 2023 12:30:08 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 06001f4ee130ac6dd47c6bd301a3c346811751c6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon May 15 19:23:46 2023 +0300

    autoinit_funcs.h: fixed compiler warning
---
 src/include/autoinit_funcs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/autoinit_funcs.h b/src/include/autoinit_funcs.h
index d63728fd..de7556d0 100644
--- a/src/include/autoinit_funcs.h
+++ b/src/include/autoinit_funcs.h
@@ -148,7 +148,7 @@
 /* Declare section (segment), put variable pointing to init function to chosen 
segment,
    force linker to always include variable to avoid omitting by optimiser */
 /* Initialisation function must be declared as
-   void __cdecl FuncName(void)
+   void __cdecl FuncName(void) */
 /* "extern" with initialisation value means that variable is declared AND 
defined. */
 #define W32_VFPTR_IN_SEG(S,F) \
   __pragma (section (S,long,read)) \
@@ -176,7 +176,7 @@
 /* Declare section (segment), put variable pointing to init function to chosen 
segment,
    force linker to always include variable to avoid omitting by optimiser */
 /* Initialisation function must be declared as
-   int __cdecl FuncName(void)
+   int __cdecl FuncName(void) */
 /* Startup process is aborted if initialiser returns non-zero */
 /* "extern" with initialisation value means that variable is declared AND 
defined. */
 #define W32_IFPTR_IN_SEG(S,F) \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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