aboutsummaryrefslogtreecommitdiff
path: root/render/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-11-20 00:45:19 +0100
committerScott Anderson <scott@anderso.nz>2019-11-20 02:05:03 +0000
commit16e5e9541b3de49e397a3d2caa3212db25487648 (patch)
tree9d1cc82dc037db865181a6742eade6d866803cd9 /render/meson.build
parent685a5a11a9f6305f7479550247b333ffdf036d73 (diff)
Add -Wmissing-prototypes
This requires functions without a prototype definition to be static. This allows to detect dead code, export less symbols and put shared functions in headers.
Diffstat (limited to 'render/meson.build')
-rw-r--r--render/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/meson.build b/render/meson.build
index 3f6bfdca..87577aba 100644
--- a/render/meson.build
+++ b/render/meson.build
@@ -17,7 +17,6 @@ lib_wlr_render = static_library(
'gles2/renderer.c',
'gles2/shaders.c',
'gles2/texture.c',
- 'gles2/util.c',
'wlr_renderer.c',
'wlr_texture.c',
),