X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=6203bf41ab36a9614b70834837a018a3d9805e85;hb=34d14506fd0c12ee5434fec0f9dec27753e1aab5;hp=5ea767000edf499cccb81a7a79fe0b938a859167;hpb=9c1f16e0c496f60a6e49aa115b8819f4f3b2e585;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 5ea76700..6203bf41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-06-07 Borut Razem + + * sim/ucsim/*.*, sim/ucsim/configure, sim/ucsim/configure.in: + permanent solution to suppress GCC 4.2.0 c++ warning: + deprecated conversion from string constant to `char *' + use 'const char *' where ever required + 2007-06-04 Maarten Brock * src/SDCCast.c(decorateType): better optimize '!!' and comparisons @@ -56,7 +63,7 @@ * device/lib/pic16/libdev/pic18f[24]5j10.c: search for included source file in local directory * sim/ucsim/configure, sim/ucsim/configure.in: - temporary solution to supress GCC 4.2.0 c++ warning: + temporary solution to suppress GCC 4.2.0 c++ warning: deprecated conversion from string constant to `char *' 2007-06-01 Raphael Neider