commit | 6bff1ca893dc75495b0fd8df482b81f6e6ca489f | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Wed May 20 13:49:41 2015 -0700 |
committer | Adam Langley <agl@google.com> | Wed May 20 13:49:41 2015 -0700 |
tree | b0c486d51efe73d859233304cdbdb2259a4660ea | |
parent | 12a4768f7dbeca42b63813ea2703d6bf12548ed5 [diff] |
Specify argc and argv arguments to refcount_test:main. (This is to keep MSVC happy.) Change-Id: I8c410587d8ee0f0df33a5f87c6a6c9b5047f8abb
diff --git a/crypto/refcount_test.c b/crypto/refcount_test.c index 53db90f..97bfbd6 100644 --- a/crypto/refcount_test.c +++ b/crypto/refcount_test.c
@@ -19,7 +19,7 @@ #include <openssl/type_check.h> -int main() { +int main(int argc, char **argv) { CRYPTO_refcount_t count = 0; CRYPTO_refcount_inc(&count);