UtilsLite
Utilities for C++ programming
Loading...
Searching...
No Matches
Utils_mex.hh
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*\
2 | |
3 | Copyright (C) 2017 |
4 | |
5 | , __ , __ |
6 | /|/ \ /|/ \ |
7 | | __/ _ ,_ | __/ _ ,_ |
8 | | \|/ / | | | | \|/ / | | | |
9 | |(__/|__/ |_/ \_/|/|(__/|__/ |_/ \_/|/ |
10 | /| /| |
11 | \| \| |
12 | |
13 | Enrico Bertolazzi |
14 | Dipartimento di Ingegneria Industriale |
15 | Università degli Studi di Trento |
16 | email: enrico.bertolazzi@unitn.it |
17 | |
18\*--------------------------------------------------------------------------*/
19
20//
21// file: Utils_mex.hh
22//
23#pragma once
24
25#ifndef DOXYGEN_SHOULD_SKIP_THIS
26
27#ifndef UTILS_MEX_dot_HH
28#define UTILS_MEX_dot_HH
29
30#ifdef __clang__
31#pragma clang diagnostic push
32#pragma clang diagnostic ignored "-Wc++98-compat"
33#pragma clang diagnostic ignored "-Wc++98-compat-pedantic"
34#pragma clang diagnostic ignored "-Wold-style-cast"
35#pragma clang diagnostic ignored "-Wswitch-enum"
36#pragma clang diagnostic ignored "-Wdocumentation"
37#pragma clang diagnostic ignored "-Wdocumentation-unknown-command"
38#pragma clang diagnostic ignored "-Wglobal-constructors"
39#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant"
40#pragma clang diagnostic ignored "-Wweak-vtables"
41#pragma clang diagnostic ignored "-Wshorten-64-to-32"
42#pragma clang diagnostic ignored "-Wundefined-func-template"
43#pragma clang diagnostic ignored "-Wdouble-promotion"
44#pragma clang diagnostic ignored "-Wsigned-enum-bitfield"
45#pragma clang diagnostic ignored "-Wsign-conversion"
46#pragma clang diagnostic ignored "-Wweak-vtables"
47#pragma clang diagnostic ignored "-Wunused-template"
48#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
49#pragma clang diagnostic ignored "-Wpadded"
50#pragma clang diagnostic ignored "-Wmissing-noreturn"
51#endif
52
53#include "Utils.hh"
54#include "Utils_fmt.hh"
55#include "Utils/mex_utils.hxx"
56
57#ifdef __clang__
58#pragma clang diagnostic pop
59#endif
60
61#endif
62
63#endif
64
65//
66// eof: Utils_mex.hh
67//