aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2016-04-14 16:01:12 -0400
committerDavid Neto <dneto@google.com>2016-04-14 16:01:12 -0400
commitd61c73e509fe3c2739252b9d9a9ba678c3749179 (patch)
tree941359e105af6c35687a3150f863a6095d095732
parent0306898c80cf1a75df048912e88354222153d0e8 (diff)
downloadspirv-headers-d61c73e509fe3c2739252b9d9a9ba678c3749179.tar.gz
Fix OpenCL.std.h warnings for g++ pedantic
Fixes https://www.khronos.org/bugzilla/show_bug.cgi?id=1476
-rw-r--r--include/spirv/1.0/OpenCL.std.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spirv/1.0/OpenCL.std.h b/include/spirv/1.0/OpenCL.std.h
index af29c52..a077bdc 100644
--- a/include/spirv/1.0/OpenCL.std.h
+++ b/include/spirv/1.0/OpenCL.std.h
@@ -263,10 +263,10 @@ enum Entrypoints {
UAbs = 201,
UAbs_diff = 202,
UMul_hi = 203,
- UMad_hi = 204,
+ UMad_hi = 204
};
-}; // end namespace OpenCL20
+} // end namespace OpenCL20