0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons
Daniel Bevenius 611043cc66
test: silence compiler warning in openssl-binding
Currently, this test generated the following compiler warning:
../binding.cc:33:30: warning:
'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations]
  const SSL_METHOD* method = TLSv1_2_server_method();
                             ^
/node/deps/openssl/openssl/include/openssl/ssl.h:1877:1:
note: 'TLSv1_2_server_method' has been explicitly marked deprecated here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void))
^
1 warning generated.

This commit adds -Wno-deprecated-declarations to silence this warning
for this test.

PR-URL: https://github.com/nodejs/node/pull/26067
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2019-02-16 00:19:10 +01:00
..
async-hello-world test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
async-hooks-id test: replaced anonymous fn with arrow syntax 2019-02-14 00:06:05 +01:00
async-hooks-promise test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
async-resource test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
at-exit test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
buffer-free-callback test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
callback-scope test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
dlopen-ping-pong test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
errno-exception test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
heap-profiler test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
hello-world test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
hello-world-esm test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
hello-world-function-export test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
load-long-path test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
make-callback test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
make-callback-domain-warning test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
make-callback-recurse test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
new-target test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
node-module-version test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
non-node-context test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
not-a-binding test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
null-buffer-neuter test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
openssl-binding test: silence compiler warning in openssl-binding 2019-02-16 00:19:10 +01:00
openssl-client-cert-engine test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
parse-encoding test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
repl-domain-abort test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
stringbytes-external-exceed-max test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
symlinked-module test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
uv-handle-leak test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
worker-addon test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
zlib-binding test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
.gitignore Revert "build,test: make building addon tests less fragile" 2018-01-25 08:18:24 +11:00
common.gypi test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
testcfg.py addons: build and test examples 2014-01-22 00:39:13 +04:00