Mesa (master): glsl: remove trailing comma to silence warning

Brian Paul brianp at kemper.freedesktop.org
Tue Nov 8 20:55:10 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Nov  8 08:23:16 2011 -0700

glsl: remove trailing comma to silence warning

---

 src/glsl/ir_uniform.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glsl/ir_uniform.h b/src/glsl/ir_uniform.h
index f53388c..be9f6b2 100644
--- a/src/glsl/ir_uniform.h
+++ b/src/glsl/ir_uniform.h
@@ -47,7 +47,7 @@ enum gl_uniform_driver_format {
    /**
     * Store boolean data as integer using ~0 for \c true.
     */
-   uniform_bool_int_0_not0,
+   uniform_bool_int_0_not0
 };
 
 struct gl_uniform_driver_storage {




More information about the mesa-commit mailing list