Jennifer,

> deal.II/6.3.1/contrib/boost/include/boost/function/function_base.hpp:323:
> warning: dereferencing type-punned pointer will break strict-aliasing rules

That is just a warning. It comes (as you know) from upgrading gcc.

> How should I change my build to prevent this warning?

Simply add  "-fno-strict-aliasing"  to the CCFLAGS at configure time.
Use "./configure --help" if you need a hint on how to do it nicely.

Best,
        Toby


-----

Toby D. Young
Assistant Professor

Institute of Fundamental Technological Problems
Polish Academy of Sciences
ul Adolfa Pawinskiego 5b
02-106 Warsaw
Poland

www:   http://www.ippt.gov.pl/~tyoung
skype: stenografia

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to