Remove extraneous ; after DECL_TYPE usage
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sun, 15 Feb 2015 22:46:29 +0000 (14:46 -0800)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Wed, 18 Feb 2015 02:16:33 +0000 (18:16 -0800)
commit815b3bd096a3eab9f00f9270d45a6885d73180e9
tree362015bf1be22baf76f93253cc7a44005e482751
parent60ad5103b9c85cbb0921082fba9401f117424f25
Remove extraneous ; after DECL_TYPE usage

The macro is defined to provide a trailing ; so this caused the expansion
to end in ";;" which made the Solaris Studio compilers issue warnings for
every line of:
  "builtin_type_macros.h", line 113: Warning: extra ";" ignored.
for every file that included the header, filling build logs with thousands
of useless warnings.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Cc: "10.5" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/glsl/builtin_type_macros.h