Module: Mesa
Branch: master
Commit: 82221006319e3d41f8ac672cb3cf846575ca22f3
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=82221006319e3d41f8ac672cb3cf846575ca22f3

Author: Emil Velikov <emil.veli...@collabora.com>
Date:   Wed Sep  7 16:38:44 2016 +0100

loader: annotate __driConfigOptionsLoader as static

Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
Reviewed-by: Axel Davy <axel.d...@ens.fr>
Reviewed-by: Nicolai Hähnle <nicolai.haeh...@amd.com>

---

 src/loader/loader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/loader/loader.c b/src/loader/loader.c
index 0aa8634..6b1273c 100644
--- a/src/loader/loader.c
+++ b/src/loader/loader.c
@@ -297,7 +297,7 @@ get_id_path_tag_from_fd(struct udev *udev, int fd)
 }
 
 #ifdef USE_DRICONF
-const char __driConfigOptionsLoader[] =
+static const char __driConfigOptionsLoader[] =
 DRI_CONF_BEGIN
     DRI_CONF_SECTION_INITIALIZATION
         DRI_CONF_DEVICE_ID_PATH_TAG()

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to