citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit e6e287a3a694b6bfdc7bc3faebf80e924ec725aa
parent d749785180270f21f7856b9bbc5561b9f6ea7973
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 25 Dec 2016 13:48:24 -0700

t: add prototype and forward declaration to silence warning

Diffstat:
Mt/lib_badver.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/t/lib_badver.sh b/t/lib_badver.sh @@ -9,6 +9,8 @@ plan 2 cat <<EOF > main.c #include <stddef.h> +struct citrun_node; +void citrun_node_add(unsigned int, unsigned int, struct citrun_node *); int main(int argc, char *argv[])