From 37193aa3b3064e80bc3eac2e0ec69c60e3097661 Mon Sep 17 00:00:00 2001 From: Zhenyao Mo Date: Tue, 14 Apr 2020 16:20:14 +0000 Subject: [PATCH] Roll glm 06f084063..bf71a8349 and turn on -Wextra-semi-stmt. https://github.com/g-truc/glm/compare/06f084063...bf71a8349 Bug: chromium:1064305 Change-Id: Id656cbc07b8a59a3485ebf08e806635514069109 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/19480 Commit-Queue: Corentin Wallez Reviewed-by: Corentin Wallez --- DEPS | 2 +- src/common/BUILD.gn | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 48b7fb6812..47032d379c 100644 --- a/DEPS +++ b/DEPS @@ -91,7 +91,7 @@ deps = { # Dependencies for samples: GLM 'third_party/glm': { - 'url': '{github_git}/g-truc/glm.git@06f084063fd6d9aa2ef6904517650700ae47b63d', + 'url': '{github_git}/g-truc/glm.git@bf71a834948186f4097caa076cd2663c69a10e1e', 'condition': 'dawn_standalone', }, diff --git a/src/common/BUILD.gn b/src/common/BUILD.gn index 5ceaa6ebfc..dfa5109220 100644 --- a/src/common/BUILD.gn +++ b/src/common/BUILD.gn @@ -99,10 +99,7 @@ config("dawn_internal") { "-Wreturn-std-move-in-c++11", "-Wconditional-uninitialized", "-Wc++11-narrowing", - - # Turn on the following flag after removing the empty statement in - # third_party/glm/glm/simd/common.h:106 - # "-Wextra-semi-stmt", + "-Wextra-semi-stmt", ] } }