瀏覽代碼

Merge branch 'master' of /home/wd/git/u-boot/custodians

* 'master' of /home/wd/git/u-boot/custodians:
  common/cmd_pxe.c: Fix GCC 4.6 build warnings
  AVR32: fix timer_init() function
Wolfgang Denk 13 年之前
父節點
當前提交
e27334212c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/cmd_pxe.c

+ 1 - 1
common/cmd_pxe.c

@@ -918,7 +918,7 @@ static int parse_menu(char **c, struct pxe_menu *cfg, char *b, int nest_level)
 {
 	struct token t;
 	char *s = *c;
-	int err;
+	int err = 0;
 
 	get_token(c, &t, L_KEYWORD);