blob: 68fa38435d26c6faa02844ede438a18ba5f1ce1b [file] [log] [blame]
// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PATCHPANEL_IPC_H_
#define PATCHPANEL_IPC_H_
// Ignore Wconversion warnings in protobuf autogenerated headers.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#include "patchpanel/ipc.pb.h"
#pragma GCC diagnostic pop
#endif // PATCHPANEL_IPC_H_