summaryrefslogtreecommitdiffstats
path: root/logd/src/logd/log_protocol_proto.h
blob: 2fcb7d03919ba4c3087d695d5c127be851f10c8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2019 Oath Inc. 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