[OpenSIPS-Devel] [OpenSIPS/opensips] 12bc40: Fix pointer type on 32-bin ix86 machines

Liviu Chircu noreply at github.com
Wed Mar 26 14:39:26 UTC 2025


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 12bc40870e776f57e9f1449227408999d8d4f0fa
      https://github.com/OpenSIPS/opensips/commit/12bc40870e776f57e9f1449227408999d8d4f0fa
  Author: Peter Lemenkov <lemenkov at gmail.com>
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  Changed paths:
    M modules/aaa_diameter/aaa_diameter.c

  Log Message:
  -----------
  Fix pointer type on 32-bin ix86 machines

```
aaa_diameter.c: In function ‘dm_send_answer’:
aaa_diameter.c:420:60: error: passing argument 4 of ‘reverse_hex2int64’ from incompatible pointer type [-Wincompatible-pointer-types]
  420 |                 reverse_hex2int64(res.rs.s, res.rs.len, 1, &fd_req);
      |                                                            ^~~~~~~
      |                                                            |
      |                                                            long unsigned int *
In file included from aaa_diameter.c:26:
../../ut.h:399:78: note: expected ‘uint64_t *’ {aka ‘long long unsigned int *’} but argument is of type ‘long unsigned int *’
  399 | inline static int reverse_hex2int64( char *c, int len, int unsafe, uint64_t *r)
      |                                                                    ~~~~~~~~~~^
make[1]: *** [../../Makefile.rules:28: aaa_diameter.o] Error 1
make[1]: *** Waiting for unfinished jobs....
```

Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>


  Commit: 857fba882d19346efd9929557823a4a21514058b
      https://github.com/OpenSIPS/opensips/commit/857fba882d19346efd9929557823a4a21514058b
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2025-03-26 (Wed, 26 Mar 2025)

  Changed paths:
    M modules/aaa_diameter/aaa_diameter.c

  Log Message:
  -----------
  Merge pull request #3610 from lemenkov/fix_pointer_on_ix86

Fix pointer type on 32-bin ix86 machines


Compare: https://github.com/OpenSIPS/opensips/compare/871f726372e9...857fba882d19

To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications



More information about the Devel mailing list