fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 24 Mar 2021 20:12:34 +0000 (16:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 31 Mar 2021 18:21:15 +0000 (14:21 -0400)
commit4b4a133740c87d9a851023a7aeb06b78d887e51b
tree58a9639b21c36f151e44f58f05b0483d2241374e
parent5f6daaef86c3b4cff5af523cbbd8f2630634259d
fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)

Make sure that all non-static functions have a declaration.

Change-Id: I4057795631c53c4281127457a1ee5a538ee7fcce
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
39 files changed:
doc/examples/clock-override/lttng-ust-clock-override-example.c
doc/examples/getcpu-override/lttng-ust-getcpu-override-example.c
doc/examples/hello-static-lib/hello.c
liblttng-ust-comm/lttng-ust-fd-tracker.c
liblttng-ust-libc-wrapper/lttng-ust-malloc.c
liblttng-ust-python-agent/lttng_ust_python.c
liblttng-ust/event-notifier-notification.c
liblttng-ust/lttng-bytecode.c
liblttng-ust/lttng-context-procname.c
liblttng-ust/lttng-events.c
liblttng-ust/lttng-ring-buffer-client-discard-rt.c
liblttng-ust/lttng-ring-buffer-client-discard.c
liblttng-ust/lttng-ring-buffer-client-overwrite-rt.c
liblttng-ust/lttng-ring-buffer-client-overwrite.c
liblttng-ust/lttng-ust-comm.c
liblttng-ust/lttng-ust-elf.c
liblttng-ust/tracef.c
liblttng-ust/tracelog.c
liblttng-ust/tracepoint-weak-test.c
liblttng-ust/tracepoint.c
snprintf/mbrtowc_sb.c
snprintf/vfprintf.c
tests/benchmark/bench.c
tests/compile/hello.cxx/hello.cpp
tests/compile/hello/hello.c
tests/compile/same_line_tracepoint/same_line_tracepoint.c
tests/compile/test-app-ctx/hello.c
tests/unit/gcc-weak-hidden/Makefile.am
tests/unit/gcc-weak-hidden/b.c
tests/unit/gcc-weak-hidden/b.h [new file with mode: 0644]
tests/unit/gcc-weak-hidden/c.c [deleted file]
tests/unit/gcc-weak-hidden/d.c [deleted file]
tests/unit/gcc-weak-hidden/libgcc-wh.h [new file with mode: 0644]
tests/unit/gcc-weak-hidden/libgcc-wh1.c [new file with mode: 0644]
tests/unit/gcc-weak-hidden/libgcc-wh2.c [new file with mode: 0644]
tests/unit/gcc-weak-hidden/main.c
tests/unit/libringbuffer/shm.c
tests/unit/pthread_name/pthread_name.c
tests/unit/snprintf/snprintf.c
This page took 0.027397 seconds and 4 git commands to generate.