summaryrefslogtreecommitdiffstats
path: root/logd/src/logd/log_protocol_proto.h
blob: 6f82b5d28b8349a7f2ca820a2d99df0ea08a3d8d (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 "log_protocol.pb.h"

#pragma GCC diagnostic pop