Module: kamailio
Branch: master
Commit: 8bfd6580533b6d6005cd257632a5c0e575f75e39
URL: 
https://github.com/kamailio/kamailio/commit/8bfd6580533b6d6005cd257632a5c0e575f75e39

Author: Victor Seva <linuxman...@torreviejawireless.org>
Committer: Victor Seva <linuxman...@torreviejawireless.org>
Date: 2023-12-22T09:57:25+01:00

cfgt: fix build warning

> CC (gcc) [M cfgt.so]          cfgt_mod.o
> cfgt_int.c:22: warning: "_GNU_SOURCE" redefined
>    22 | #define _GNU_SOURCE
>       |
> <command-line>: note: this is the location of the previous definition

---

Modified: src/modules/cfgt/cfgt_int.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/8bfd6580533b6d6005cd257632a5c0e575f75e39.diff
Patch: 
https://github.com/kamailio/kamailio/commit/8bfd6580533b6d6005cd257632a5c0e575f75e39.patch

---

diff --git a/src/modules/cfgt/cfgt_int.c b/src/modules/cfgt/cfgt_int.c
index f1357bb87aa..f74c044b83b 100644
--- a/src/modules/cfgt/cfgt_int.c
+++ b/src/modules/cfgt/cfgt_int.c
@@ -19,7 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
  *
  */
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
 #include <stdio.h>
 #include <sys/stat.h>
 #include <sys/time.h>

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to