Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/c0c15379e22b1006806c9219934415b84e8d338a You should set ROOT_URL correctly, otherwise the web may not work correctly.

exports.c: fix warning: 'dummy' defined but not used

Also get rid of the #ifdef's while doing this.

Suggested-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Wolfgang Denk <wd@denx.de>
master
Wolfgang Denk 15 years ago
parent cd47a83b07
commit c0c15379e2
  1. 2
      common/exports.c

@ -3,7 +3,7 @@
DECLARE_GLOBAL_DATA_PTR;
static void dummy(void)
__attribute__((unused)) static void dummy(void)
{
}

Loading…
Cancel
Save