emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MPS: Forwording symbols


From: Eli Zaretskii
Subject: Re: MPS: Forwording symbols
Date: Mon, 17 Jun 2024 14:47:28 +0300

> From: Gerd Möllmann <gerd.moellmann@gmail.com>
> Cc: Emacs Devel <emacs-devel@gnu.org>,  Eli Zaretskii <eliz@gnu.org>
> Date: Mon, 17 Jun 2024 05:43:11 +0200
> 
> Helmut Eller <eller.helmut@gmail.com> writes:
> 
> > Below is what I currently have.  
> 
> And pushed.

This leads to

    CC       pdumper.o
    CC       igc.o
  igc.c:4746:1: warning: no previous prototype for 'print_gaps' 
[-Wmissing-prototypes]
   4746 | print_gaps (size_t start, size_t len)
        | ^~~~~~~~~~
  igc.c:4612:1: warning: 'mirror_dump' defined but not used [-Wunused-function]
   4612 | mirror_dump (void *start, void *end)
        | ^~~~~~~~~~~
  pdumper.c:5215:1: warning: 'dump_mmap_contiguous_vm' defined but not used 
[-Wunused-function]
   5215 | dump_mmap_contiguous_vm (struct dump_memory_map *maps, int nr_maps,
        | ^~~~~~~~~~~~~~~~~~~~~~~
  pdumper.c:5098:1: warning: 'dump_mmap_contiguous_heap' defined but not used 
[-Wunused-function]
   5098 | dump_mmap_contiguous_heap (struct dump_memory_map *maps, int nr_maps,
        | ^~~~~~~~~~~~~~~~~~~~~~~~~

(the warnings should be harmless, as they are about functions that are
defined, but not used), followed by an infloop in generating/updating
loaddefs.el.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]