diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-19 21:21:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-19 21:21:32 +0800 |
commit | 3560966d1492dc788eb089116c1d077043176b1e (patch) | |
tree | e989db41ba506fde9c7bea46a210c2ecac7c3473 /ChangeLog | |
parent | 86853c6e1768fc5e6aa86454f60d4a4b976ee290 (diff) | |
download | gsoc2013-epiphany-3560966d1492dc788eb089116c1d077043176b1e.tar gsoc2013-epiphany-3560966d1492dc788eb089116c1d077043176b1e.tar.gz gsoc2013-epiphany-3560966d1492dc788eb089116c1d077043176b1e.tar.bz2 gsoc2013-epiphany-3560966d1492dc788eb089116c1d077043176b1e.tar.lz gsoc2013-epiphany-3560966d1492dc788eb089116c1d077043176b1e.tar.xz gsoc2013-epiphany-3560966d1492dc788eb089116c1d077043176b1e.tar.zst gsoc2013-epiphany-3560966d1492dc788eb089116c1d077043176b1e.zip |
Check for -Wdeclaration-after-statement, it's not universally available.
2004-12-19 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Check for -Wdeclaration-after-statement, it's not universally available.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2004-12-19 Christian Persch <chpe@cvs.gnome.org> * configure.ac: + + Check for -Wdeclaration-after-statement, it's not universally available. + +2004-12-19 Christian Persch <chpe@cvs.gnome.org> + + * configure.ac: * embed/mozilla/MozDownload.cpp: Mozilla API change. |