gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Removed strings with filenames fr


From: gnunet
Subject: [libmicrohttpd] branch master updated: Removed strings with filenames from binary when built without messages
Date: Mon, 19 Feb 2024 17:55:40 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 2e0b075a Removed strings with filenames from binary when built without 
messages
2e0b075a is described below

commit 2e0b075a44e584ddc9b77712c12b7ee61bd9649b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Feb 19 21:54:46 2024 +0500

    Removed strings with filenames from binary when built without messages
---
 src/microhttpd/mhd_panic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_panic.h b/src/microhttpd/mhd_panic.h
index 19fe9cd8..05916a7d 100644
--- a/src/microhttpd/mhd_panic.h
+++ b/src/microhttpd/mhd_panic.h
@@ -75,7 +75,7 @@ extern void *mhd_panic_cls;
  *
  * @param msg error message (const char *)
  */
-#define MHD_PANIC(msg) do { mhd_panic (mhd_panic_cls, __FILE__, __LINE__, 
NULL); \
+#define MHD_PANIC(msg) do { mhd_panic (mhd_panic_cls, NULL, __LINE__, NULL); \
                             BUILTIN_NOT_REACHED; } while (0)
 #endif
 

-- 
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]