Christoph Hertzberg
|
427f2f66d6
|
bug #1724: Mask buggy warnings with g++-7
|
2019-06-14 14:57:46 +02:00 |
|
Christoph Hertzberg
|
18dc2107ea
|
Disable/ReenableStupidWarnings did not work properly, when included recursively
(grafted from ef4d79fed8b84f03fe3c7ace98442c822cf3472a
)
|
2018-08-28 18:26:22 +02:00 |
|
Gael Guennebaud
|
148e579cc0
|
#pragma GCC diagnostic push/pop is not supported prioro to gcc 4.6
|
2018-09-27 09:23:54 +02:00 |
|
Christoph Hertzberg
|
92cd158c01
|
Disable type-limits warnings for g++ < 4.8, and shadow warnings for all g++ versions
|
2018-09-12 14:51:19 +02:00 |
|
Benoit Steiner
|
27d7628f16
|
Updated the list of warnings to reflect the new message ids introduced in cuda 8.0
|
2016-09-28 17:42:59 -07:00 |
|
Sergiu Deitsch
|
fe29157d02
|
disabled MSVC level 4 warning C4714
The level 4 warning (/W4) warns about functions marked as __forceinline not
inlined, and generates a lot of noise.
|
2016-09-25 14:25:47 +02:00 |
|
Benoit Steiner
|
ff47717f25
|
Suppress warning 2527 and 2529, which correspond to the "calling a __host__ function from a __host__ __device__ function is not allowed" message in nvcc 6.5.
|
2016-09-13 12:49:40 -07:00 |
|
Benoit Steiner
|
309190cf02
|
Suppress message 1222 when compiling with nvcc: this ensures that we don't warnings about unknown warning messages when compiling with older versions of nvcc
|
2016-09-13 12:42:13 -07:00 |
|
Benoit Steiner
|
c4bd3b1f21
|
Silenced some compilation warnings triggered by nvcc 8.0
|
2016-05-27 14:40:49 -07:00 |
|
Gael Guennebaud
|
73693b5de6
|
bug #1221: disable gcc 6 warning: ignoring attributes on template argument
|
2016-05-19 15:21:53 +02:00 |
|
Benoit Steiner
|
970751ece3
|
Disabling the nvcc warnings in addition to the clang warnings when clang is used as a frontend for nvcc
|
2016-02-09 20:55:50 -08:00 |
|
Benoit Steiner
|
727ff26960
|
Disable 2 more nvcc warning messages
|
2016-02-03 16:01:37 -08:00 |
|
Benoit Steiner
|
f933f69021
|
Added a few comments
|
2016-02-03 14:12:18 -08:00 |
|
Benoit Steiner
|
5d82e47ef6
|
Properly disable nvcc warning messages in user code.
|
2016-02-03 14:10:06 -08:00 |
|
Benoit Steiner
|
492fe7ce02
|
Silenced some unhelpful warnings generated by nvcc.
|
2016-02-03 12:51:19 -08:00 |
|
Gael Guennebaud
|
9bcadb7fd1
|
Disable stupid MSVC warning
|
2016-01-28 12:14:16 +01:00 |
|
Gael Guennebaud
|
79c1e6d0a6
|
Fix compilation of MKL support.
|
2015-12-11 10:55:07 +01:00 |
|
Gael Guennebaud
|
f9fff67a56
|
Disable "decorated name length exceeded, name was truncated" MSVC warning.
|
2015-11-23 15:03:24 +01:00 |
|
Gael Guennebaud
|
a594d7ffd7
|
stop disabling this legitimate warning, recall that in the following the const on FooRef is really meaningless:
typedef Foo& FooRef;
const FooRef foo;
|
2012-02-03 23:16:11 +01:00 |
|
Benoit Jacob
|
c541d0a62e
|
disable ICC 12 warning 279 - controlling expression is constant
|
2011-03-06 19:06:44 -05:00 |
|
Benoit Jacob
|
4846c76d9d
|
shut up a stupid clang 2.8 warning
|
2011-02-27 20:18:03 -05:00 |
|
Benoit Jacob
|
c58a2ff03a
|
add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
|
2011-02-22 10:05:41 -05:00 |
|
Benoit Jacob
|
d8e97aee89
|
shut up stupid ICC warnings
|
2011-02-22 09:31:22 -05:00 |
|