You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gert Wollny
9ddf5081a6
gallium/auxiliary/util/u_debug.c: Fix warnings
u_debug.c: In function 'debug_funclog_enter':
u_debug.c:437:50: warning: unused parameter 'line' [-Wunused-parameter]
int debug_funclog_enter(const char* f, const int line, const char* file)
^~~~
u_debug.c:437:68: warning: unused parameter 'file' [-Wunused-parameter]
int debug_funclog_enter(const char* f, const int line, const char* file)
^~~~
u_debug.c: In function 'debug_funclog_exit':
u_debug.c:451:50: warning: unused parameter 'line' [-Wunused-parameter]
void debug_funclog_exit(const char* f, const int line, const char* file)
^~~~
u_debug.c:451:68: warning: unused parameter 'file' [-Wunused-parameter]
void debug_funclog_exit(const char* f, const int line, const char* file)
^~~~
u_debug.c: In function 'debug_funclog_enter_exit':
u_debug.c:458:56: warning: unused parameter 'line' [-Wunused-parameter]
void debug_funclog_enter_exit(const char* f, const int line, const char* file)
^~~~
u_debug.c:458:74: warning: unused parameter 'file' [-Wunused-parameter]
void debug_funclog_enter_exit(const char* f, const int line, const char* file)
^~~~
v2: Replace VREND_UNUSED by UNUSED (Erik)
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Signed-off-by: Jakob Bornecrantz <jakob@collabora.com>
|
7 years ago |
build-aux
|
build: enable some more warnings by default.
|
7 years ago |
docs
|
docs: update some bits of GL status
|
7 years ago |
scripts
|
release.sh: fix paths
|
9 years ago |
src
|
gallium/auxiliary/util/u_debug.c: Fix warnings
|
7 years ago |
tests
|
fuzzer: Add a libFuzzer based fuzzer.
|
6 years ago |
vtest
|
vtest: Add --no-loop-or-fork flag
|
6 years ago |
.dir-locals.el
|
add emacs editing/indent rules
|
10 years ago |
COPYING
|
virglrenderer: add license file
|
10 years ago |
Makefile.am
|
build-sys: do not build vtest on win32
|
9 years ago |
autogen.sh
|
initial import of standalone renderer
|
11 years ago |
configure.ac
|
fuzzer: Add a libFuzzer based fuzzer.
|
6 years ago |
git.mk
|
build-sys: add git.mk
|
10 years ago |
virglrenderer.pc.in
|
build: move include to virgl subdir
|
10 years ago |