blob: 3c1da5102c31be2f98e5c3962dc28d1b74a57b7a [file] [log] [blame]
// Copyright 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_SPDY_PLATFORM_IMPL_SPDY_MACROS_IMPL_H_
#define NET_SPDY_PLATFORM_IMPL_SPDY_MACROS_IMPL_H_
#include "base/compiler_specific.h"
#define SPDY_MUST_USE_RESULT_IMPL WARN_UNUSED_RESULT
#define SPDY_UNUSED_IMPL ALLOW_UNUSED_TYPE
#endif // NET_SPDY_PLATFORM_IMPL_SPDY_MACROS_IMPL_H_