Go to file
Franck LeCodeur 88d0e51d38 jam: Fix warning. Argument has type long int but indicated format was int.
Cc bin.linuxx86/variable.o
variable.c: In function ‘var_defines’:
variable.c:121:46: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]
  121 |    printf("MAXSYM is too low, need at least %d\n", val - *e);
      |                                             ~^     ~~~~~~~~
      |                                              |         |
      |                                              int       long int
      |                                             %ld

Change-Id: I389577a71416029fdff0f486af745ea482b14ddd
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/4397
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
2021-08-30 16:34:35 +00:00
autoconf Congrats svn_load_dirs.pl, this change just disappeared. 2008-03-19 13:01:56 +00:00
binutils binutils/emulparams: Rely on elf_i386.sh, layering haiku on top 2021-08-26 20:24:40 +00:00
gcc aarch64-haiku config, remove file_end_indicate_exec_stack 2021-08-29 18:36:12 +02:00
jam jam: Fix warning. Argument has type long int but indicated format was int. 2021-08-30 16:34:35 +00:00
legacy legacy/gcc: Fix cpp cross-tool prefix 2019-07-12 02:18:03 +00:00
libtool Added support for Haiku x86 target. 2005-12-05 14:02:23 +00:00
.gitignore * Add .gitignore. 2014-07-21 11:18:25 +02:00