UNPKG

couchbase

Version:

The official Couchbase Node.js Client Library.

47 lines (35 loc) 1.35 kB
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2020-Present Couchbase, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #pragma once #if defined(COUCHBASE_CXX_CLIENT_STATIC_BORINGSSL) #include <openssl/is_boringssl.h> #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wpragmas" #pragma GCC diagnostic ignored "-Wpedantic" #pragma GCC diagnostic ignored "-Wuseless-cast" #pragma GCC diagnostic ignored "-Wgnu-anonymous-struct" #pragma GCC diagnostic ignored "-Wnested-anon-types" #pragma GCC diagnostic ignored "-Wold-style-cast" #endif #include <openssl/@HEADER_NAME@> #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic pop #endif #else #include <openssl/@HEADER_NAME@> #endif