[U-Boot-Users] [PATCH] suppress const casting warning in common/fpga.c

Grant Likely grant.likely at secretlab.ca
Tue Jul 3 19:21:35 CEST 2007


On 7/3/07, eran.liberty at gmail.com <eran.liberty at gmail.com> wrote:
> suppress some compiler warnings regarding const implicit conversion
> removed dead code
>
> Signed-off-by: Eran Liberty <eran.liberty at gmail.com>
Acked-by: Grant Likely <grant.likely at secretlab.ca>

>
> Index: common/fpga.c
> ===================================================================
> --- common/fpga.c       (.../tags/trunk/20070620_2_merge_to_exsw6000)   (revision 69)
> +++ common/fpga.c       (.../branches/exsw6000) (revision 69)
> @@ -64,7 +64,7 @@
>  /* fpga_no_sup
>   * 'no support' message function
>   */
> -static void fpga_no_sup( char *fn, char *msg )
> +static void fpga_no_sup (const char *fn, const char *msg)
>  {
>         if ( fn && msg ) {
>                 printf( "%s: No support for %s.  CONFIG_FPGA defined as 0x%x.\n",
> @@ -207,10 +207,6 @@
>         memset( desc_table, 0, sizeof(desc_table));
>
>         PRINTF( "%s: CONFIG_FPGA = 0x%x\n", __FUNCTION__, CONFIG_FPGA );
> -#if 0
> -       PRINTF( "%s: CFG_FPGA_XILINX = 0x%x\n", __FUNCTION__, CFG_FPGA_XILINX );
> -       PRINTF( "%s: CFG_FPGA_ALTERA = 0x%x\n", __FUNCTION__, CFG_FPGA_ALTERA );
> -#endif
>  }
>
>  /* fpga_count
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>


-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely at secretlab.ca
(403) 399-0195




More information about the U-Boot mailing list