From 9459dbf3abc3b81274a5c79a75496f69a41b1fae Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Wed, 8 Apr 2020 18:52:53 +0000 Subject: [PATCH] Use the correct pop pragma BUG=tint:43 Change-Id: If0f6ff0b65af4c66fe7114eb7160e93ef060fbf9 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/19104 Commit-Queue: Ryan Harrison Reviewed-by: dan sinclair --- samples/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/main.cc b/samples/main.cc index 4fc31a4418..2a24f41ac3 100644 --- a/samples/main.cc +++ b/samples/main.cc @@ -143,7 +143,7 @@ bool ParseArgs(const std::vector& args, Options* opts) { #pragma clang diagnostic ignored "-Wunused-template" template bool ReadFile(const std::string& input_file, std::vector* buffer) { -#pragma Clang pop +#pragma clang diagnostic pop if (!buffer) { std::cerr << "The buffer pointer was null" << std::endl;