]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Remove -Wconversion from the list of flags for gcc. With recent mainline versions...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Jan 2007 21:34:32 +0000 (21:34 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Jan 2007 21:34:32 +0000 (21:34 +0000)
commit8db53ad8225c06cfea5ea83148d4d9a57bf43b8e
tree4b150ac2b1029966edfb5a5141b13863da55ece4
parenta3b727fe245285843ae3df0a61832b1b0cda391d
Remove -Wconversion from the list of flags for gcc. With recent mainline versions, gcc also warns about things like
void f(int);
void g() {
  unsigned int i = 0;
  f(i);
}
because of the conversion from unsigned int to int. We have literally thousands of these places (and libstdc++ has many too) that are most likely ok.

git-svn-id: https://svn.dealii.org/trunk@14375 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/aclocal.m4
deal.II/configure

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.