aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-06-09 04:17:05 +0800
committerJeremy Katz <katzj@src.gnome.org>2003-06-09 04:17:05 +0800
commite803042418a83e9fe898c06ded27eec014df4224 (patch)
tree8442cbc9f654b67f3bd0a1be8fbce6e150150901 /ChangeLog
parent44be60f7fd5f2b448938d4d7364e2b0d6c602baf (diff)
downloadgsoc2013-epiphany-e803042418a83e9fe898c06ded27eec014df4224.tar
gsoc2013-epiphany-e803042418a83e9fe898c06ded27eec014df4224.tar.gz
gsoc2013-epiphany-e803042418a83e9fe898c06ded27eec014df4224.tar.bz2
gsoc2013-epiphany-e803042418a83e9fe898c06ded27eec014df4224.tar.lz
gsoc2013-epiphany-e803042418a83e9fe898c06ded27eec014df4224.tar.xz
gsoc2013-epiphany-e803042418a83e9fe898c06ded27eec014df4224.tar.zst
gsoc2013-epiphany-e803042418a83e9fe898c06ded27eec014df4224.zip
Explicitly create pointer to avoid strict aliasing warnings with gcc 3.3.
2003-06-08 Jeremy Katz <katzj@redhat.com> * src/ephy-shell.c (ephy_shell_init): Explicitly create pointer to avoid strict aliasing warnings with gcc 3.3. * src/window-commands.c (window_cmd_help_about): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8143c2573..c09e4fe44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-08 Jeremy Katz <katzj@redhat.com>
+
+ * src/ephy-shell.c (ephy_shell_init): Explicitly create pointer to
+ avoid strict aliasing warnings with gcc 3.3.
+ * src/window-commands.c (window_cmd_help_about): Likewise.
+
2003-06-08 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c: (update_favicon_control),