all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* C warning in MSYS2 build
@ 2017-10-05 17:44 Richard Copley
  2017-10-05 18:54 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Copley @ 2017-10-05 17:44 UTC (permalink / raw)
  To: Emacs Development; +Cc: Eli Zaretskii

Hi,

One more warning crept into the MSYS2 build after the recent update to
the system headers/libraries:

make[1]: Entering directory '/c/projects/emacs/src'
  CC       indent.o
indent.c: In function 'scan_for_column':
indent.c:69:10: warning: potential null pointer dereference [-Wnull-dereference]
   return 0;
          ^
indent.c:69:10: warning: potential null pointer dereference [-Wnull-dereference]
indent.c:69:10: warning: potential null pointer dereference [-Wnull-dereference]
indent.c:69:10: warning: potential null pointer dereference [-Wnull-dereference]
make[1]: Leaving directory '/c/projects/emacs/src'



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-10-06 17:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05 17:44 C warning in MSYS2 build Richard Copley
2017-10-05 18:54 ` Eli Zaretskii
2017-10-05 19:32   ` Paul Eggert
2017-10-05 20:08     ` Richard Copley
2017-10-05 22:44       ` Paul Eggert
2017-10-06 15:16     ` Richard Stallman
2017-10-06 17:23       ` Richard Copley

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.