Chromium Code Reviews| Index: tests/sha_tests.c |
| diff --git a/tests/sha_tests.c b/tests/sha_tests.c |
| index 2b75a037f797f04db62db735208ff4e1a58101a9..65cbb4627070dcda5c2851f6ca590bc6f82d38c5 100644 |
| --- a/tests/sha_tests.c |
| +++ b/tests/sha_tests.c |
| @@ -78,6 +78,9 @@ int SHA512_tests(void) { |
| return success; |
| } |
| +/* disable MSVC warnings on unused arguments */ |
| +__pragma(warning (disable: 4100)) |
| + |
| int main(int argc, char* argv[]) { |
| int success = 1; |
| /* Initialize long_msg with 'a' x 1,000,000 */ |