opm-simulators/ebos
Andreas Lauser 18e64d0e7e fix some masochistic compiler warnings for the GCC 9 pre-release
the flags which I used are
```
-pedantic \
-Wall \
-Wextra \
-Wformat-nonliteral \
-Wcast-align
-Wpointer-arith \
-Wmissing-declarations \
-Wcast-qual \
-Wshadow
-Wwrite-strings \
-Wchar-subscripts \
-Wredundant-decls \
-fstrict-overflow \
-O3 \
-march=native \
-DNDEBUG=1
```

note that some heavy filtering is not the worst idea because DUNE is
far from not emiting any warnings with these flags.

Also, there were some pesky warnings in test_ecl_output which I don't
know how to fix:

```
tests/test_ecl_output.cc:218:73: warning: missing initializer for member ‘Opm::data::Connection::effective_Kh’ [-Wmissing-field-initializers]
```
2019-01-09 09:34:26 +01:00
..
equil fix some masochistic compiler warnings for the GCC 9 pre-release 2019-01-09 09:34:26 +01:00
alucartesianindexmapper.hh make all headers fully autonomous again 2018-03-12 14:31:37 +01:00
collecttoiorank.hh Restore const-ness accidentally lost. 2018-07-31 15:35:15 +02:00
ebos.cc do explicit put properties into the the Ewoms::Properties namespace anymore 2018-06-15 20:22:07 +02:00
eclalugridvanguard.hh rename completion to connection 2018-06-28 15:49:45 +02:00
eclbaseaquifermodel.hh fix some masochistic compiler warnings for the GCC 9 pre-release 2019-01-09 09:34:26 +01:00
eclbasevanguard.hh Add ErrorGuard argument when parsing 2019-01-07 12:05:30 +01:00
eclcpgridvanguard.hh ebos: make it work in parallel 2018-07-11 13:59:29 +02:00
ecldummygradientcalculator.hh adapt to the move of code from opm-common to opm-material 2018-02-08 12:11:20 +01:00
eclequilinitializer.hh fix some masochistic compiler warnings for the GCC 9 pre-release 2019-01-09 09:34:26 +01:00
eclfluxmodule.hh do explicit put properties into the the Ewoms::Properties namespace anymore 2018-06-15 20:22:07 +02:00
ecloutputblackoilmodule.hh use enableEnergy consistently 2018-12-21 10:07:58 +01:00
eclpeacemanwell.hh Add ecl tracer model 2018-11-19 13:46:10 +01:00
eclpolyhedralgridvanguard.hh rename completion to connection 2018-06-28 15:49:45 +02:00
eclproblem.hh ebos: fix explicit init for twophase cases 2019-01-08 11:18:17 +01:00
eclthresholdpressure.hh Fix thpress restart 2018-06-29 15:26:08 +02:00
ecltracermodel.hh Add parameter for (dis)enable the tracer model 2018-12-10 11:13:35 +01:00
ecltransmissibility.hh Merge pull request #450 from totto82/add_support_for_multz_all 2019-01-07 10:04:09 +01:00
eclwellmanager.hh fix some masochistic compiler warnings for the GCC 9 pre-release 2019-01-09 09:34:26 +01:00
eclwriter.hh fix some masochistic compiler warnings for the GCC 9 pre-release 2019-01-09 09:34:26 +01:00
femcpgridcompat.hh [bgufix][femcompat] remove operator << and operator >> for __float128 2018-05-23 14:50:16 +02:00
tracervdtable.hh Add ecl tracer model 2018-11-19 13:46:10 +01:00
vtkecltracermodule.hh Add ecl tracer model 2018-11-19 13:46:10 +01:00