[DJI-log-discuss] patch proposition

Ross Finlayson finlayson at live555.com
Thu Apr 16 02:50:33 PDT 2020


No, I won’t be adding “-Werror” to the installed Makefile.  If anyone wants “-Werror”, then they will know how to edit the Makefile to add it.  (By the way, you might wish to read: https://embeddedartistry.com/blog/2017/05/22/werror-is-not-your-friend/ )

In the next released version of the source code, however, I’ll make many of the other changes that you propose, including changing
	%lld
to
	%llu
and
	%ld
to
	%lu
where appropriate.  I won’t, however, be changing
	%lld (or %llu)
to
	%lu
because that generates warning messages (for 64-bit values) with the compiler that I (and, I presume, many other people) use.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/




More information about the DJI-log-discuss mailing list