r3/src
Björn Svensson 2c06b8d750 Fix Clang compiler warnings
When building using a newer Clang with additional diagnostics
the following warnings are given:
 -Wunused-but-set-variable
 -Wstrict-prototypes
These issues are corrected in this commit.

Reproducable using:
CC="clang-13" CFLAGS="-Wall -pedantic" cmake ..
2023-10-26 12:24:50 +02:00
..
CMakeLists.txt Use PCRE2 instead of PCRE (#153) 2023-10-23 12:38:24 +02:00
edge.c Use PCRE2 instead of PCRE (#153) 2023-10-23 12:38:24 +02:00
gvc.c make: avoided the warning message when do make. 2019-06-21 10:45:54 +08:00
json.c Changed r3 memory model, made few optimizing 2016-03-22 07:23:37 +05:00
list.c Remove zmalloc dependency 2018-07-10 08:20:46 -05:00
Makefile.am Remove zmalloc dependency 2018-07-10 08:20:46 -05:00
match_entry.c Use PCRE2 instead of PCRE (#153) 2023-10-23 12:38:24 +02:00
memory.c Remove unused code in memory.c/.h 2021-11-03 21:58:33 +01:00
node.c Use PCRE2 instead of PCRE (#153) 2023-10-23 12:38:24 +02:00
r3_debug.h Move debug macros to private header files 2015-11-17 21:24:36 +08:00
slug.c Fix Clang compiler warnings 2023-10-26 12:24:50 +02:00
slug.h Changed r3 memory model, made few optimizing 2016-03-22 07:23:37 +05:00
str.c change: rename OP_EXPECT_NOLINEBREAKS to OP_GREEDY_ANY. 2019-07-20 10:52:56 -04:00
str.h Move private function to src/str.h 2015-11-17 21:13:38 +08:00
token.c Remove unused memory pool 2021-11-03 21:22:48 +01:00