blob: 8d4d48a1b4531f51f85fbdd8ce74bfa2174dc72a [file] [log] [blame]
// Copyright (c) 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef NET_THIRD_PARTY_QUIC_PLATFORM_IMPL_QUIC_MACROS_IMPL_H_
#define NET_THIRD_PARTY_QUIC_PLATFORM_IMPL_QUIC_MACROS_IMPL_H_
#include "base/compiler_specific.h"
#define QUIC_MUST_USE_RESULT_IMPL WARN_UNUSED_RESULT
#define QUIC_UNUSED_IMPL ALLOW_UNUSED_TYPE
#endif // NET_THIRD_PARTY_QUIC_PLATFORM_IMPL_QUIC_MACROS_IMPL_H_