X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8d3e26681c4341c76fe9a28371a75061678e7df2..716349e83109bed140c59beb70b546d968c7da67:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2e7678ec..785aeca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ 2008-06-02 Peter Maydell - * h/prototypes.h: mark adios() as not returning, so gcc - can make a better job of avoiding spurious "uninitialized - variable" warnings. + * h/mh.h, h/prototypes.h, sbr/done.c, uip/inc.c, + uip/mhbuild.c, uip/mhlist.c, uip/mhn.c, uip/mhshow.c, + uip/mhstore.c, uip/mhtest.c, uip/packf.c, uip/pick.c, + uip/rcvdist.c, uip/rcvstore.c, uip/sendsbr.c: when + building on gcc, use the noreturn attribute on various + functions (should improve code and avoid some spurious + 'uninitialized variable' warnings). 2008-06-01 Peter Maydell