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 <rharrison@chromium.org>
Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
Ryan Harrison 2020-04-08 18:52:53 +00:00 committed by dan sinclair
parent 719bfe01bf
commit 9459dbf3ab
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ bool ParseArgs(const std::vector<std::string>& args, Options* opts) {
#pragma clang diagnostic ignored "-Wunused-template"
template <typename T>
bool ReadFile(const std::string& input_file, std::vector<T>* buffer) {
#pragma Clang pop
#pragma clang diagnostic pop
if (!buffer) {
std::cerr << "The buffer pointer was null" << std::endl;