From 4ca1251d5234573e2d85a90471bf2d91d6262ab3 Mon Sep 17 00:00:00 2001 From: Karl Cauchy Date: Mon, 9 Nov 2015 22:04:40 +0800 Subject: [PATCH] Fixed warining of C4819 under MSVC 14.0 --- test/gmock-1.7.0/src/gmock-matchers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gmock-1.7.0/src/gmock-matchers.cc b/test/gmock-1.7.0/src/gmock-matchers.cc index 9ed29ab..7a974cd 100644 --- a/test/gmock-1.7.0/src/gmock-matchers.cc +++ b/test/gmock-1.7.0/src/gmock-matchers.cc @@ -1,4 +1,4 @@ -// Copyright 2007, Google Inc. +// Copyright 2007, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without