summaryrefslogtreecommitdiffstats
path: root/logd/src/logd/log_protocol_proto.h
blob: ee48c1fb2f9ea22d929ac7c3945770562705c7da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#pragma GCC diagnostic push
#ifndef __clang__
#pragma GCC diagnostic ignored "-Wsuggest-override"
#endif

#include <logd/log_protocol.pb.h>

#pragma GCC diagnostic pop