CARLA
 
载入中...
搜索中...
未找到
BoostGil.h
浏览该文件的文档.
1// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
2// de Barcelona (UAB).
3//
4// This work is licensed under the terms of the MIT license.
5// For a copy, see <https://opensource.org/licenses/MIT>.
6
7#pragma once
8
9#if defined(__clang__)
10# pragma clang diagnostic push
11# pragma clang diagnostic ignored "-Wc++11-narrowing"
12# pragma clang diagnostic ignored "-Wunused-parameter"
13# pragma clang diagnostic ignored "-Wunused-local-typedef"
14#endif
15
16#include <boost/gil.hpp>
17
18#if defined(__clang__)
19# pragma clang diagnostic pop
20#endif