瀏覽代碼

Specify argc and argv arguments to refcount_test:main.

(This is to keep MSVC happy.)

Change-Id: I8c410587d8ee0f0df33a5f87c6a6c9b5047f8abb
kris/onging/CECPQ3_patch15
Adam Langley 9 年之前
父節點
當前提交
6bff1ca893
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      crypto/refcount_test.c

+ 1
- 1
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);


Loading…
取消
儲存