| commit f202656ca4
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Fri Mar 1 10:45:02 2013 +0100
|
| Fix warnings in Aos_2
|
| LLVM/clang can display warnings even for functions that are not used,
| during the parsing of the code, before the compilation, when it can.
Aos_2 has two constructors and I had modified the code in only one of them.