aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ReenableStupidWarnings.h
Commit message (Collapse)AuthorAge
* oops, I've been too fast in previous copy/pasteGravatar Gael Guennebaud2018-09-27
|
* #pragma GCC diagnostic push/pop is not supported prioro to gcc 4.6Gravatar Gael Guennebaud2018-09-27
|
* Disable/ReenableStupidWarnings did not work properly, when included recursivelyGravatar Christoph Hertzberg2018-08-28
|
* Disable -Wshadow when compiling with g++Gravatar Christoph Hertzberg2018-04-21
|
* Fixed a typoGravatar Benoit Steiner2016-09-02
|
* bug #1221: disable gcc 6 warning: ignoring attributes on template argumentGravatar Gael Guennebaud2016-05-19
|
* Disabling the nvcc warnings in addition to the clang warnings when clang is ↵Gravatar Benoit Steiner2016-02-09
| | | | used as a frontend for nvcc
* Properly disable nvcc warning messages in user code.Gravatar Benoit Steiner2016-02-03
|
* Revert the nvcc messages to their default severity instead of the forcing ↵Gravatar Benoit Steiner2016-02-03
| | | | them to be warnings
* Silenced some unhelpful warnings generated by nvcc.Gravatar Benoit Steiner2016-02-03
|
* shut up a stupid clang 2.8 warningGravatar Benoit Jacob2011-02-27
|
* fix no newline warningGravatar Gael Guennebaud2011-02-23
|
* add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in ↵Gravatar Benoit Jacob2011-02-22
| | | | our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
* ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compilerGravatar Benoit Jacob2011-02-22
|
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22