diff options
author | Charalampos Mitrodimas <charmitro@posteo.net> | 2024-12-19 13:28:05 +0000 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-12-26 16:12:16 +0100 |
commit | ab3888515694f89a24f64e94292c578af86eeaee (patch) | |
tree | e1cb520331058bfdc46baac0810ee9dbba32732c /lisp/emacs-lisp/memory-report.el | |
parent | bdc21b246cdb6fe3d977222ab7566cfdf889a38c (diff) | |
download | emacs-ab3888515694f89a24f64e94292c578af86eeaee.tar.gz emacs-ab3888515694f89a24f64e94292c578af86eeaee.tar.bz2 emacs-ab3888515694f89a24f64e94292c578af86eeaee.zip |
Fix format specifier warnings in nsterm.m
Resolve warnings caused by mismatched format specifiers in `NSLog` and
`fprintf` calls.
This was observed when compiled with Clang version
19.1.6 (arm64-apple-darwin).
Warnings fixed:
- "format specifies type 'unsigned int' but the argument has type
'IOReturn' (aka 'int')"
* src/nsterm.m: Cast `IOReturn` (aka `int`) to `unsigned int` for `%x`
format specifiers in `NSLog`. (Bug#74971)
Diffstat (limited to 'lisp/emacs-lisp/memory-report.el')
0 files changed, 0 insertions, 0 deletions