All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] misc. cleanups
@ 2007-03-07  1:44 Shawn O. Pearce
  0 siblings, 0 replies; only message in thread
From: Shawn O. Pearce @ 2007-03-07  1:44 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

This is a series of various cleanups that I have pending at the
front of my pack v4 topic.  The earlier ones are annoying nits,
the later ones fix compiler errors caused by compiling with:

--snip--
  CFLAGS += -Wall -ansi -pedantic -std=c99
  
  ifdef strict
          CFLAGS += -Werror
          CFLAGS += -Wfour-char-constants
          CFLAGS += -fnon-lvalue-assign
          CFLAGS += -Wdeclaration-after-statement
          CFLAGS += -Wpointer-arith
          CFLAGS += -Wbad-function-cast
          CFLAGS += -Wcast-align
          CFLAGS += -Wwrite-strings
          CFLAGS += -Wshorten-64-to-32
  
          # No, currently a huge set.
          #CFLAGS += -Wsign-compare
  
          # No, only in diffcore-rename and that's ok.
          #CFLAGS += -Wfloat-equal
  
          # No, unused parameters, -Wsign-compare, missing initializers.
          # CFLAGS += -Wextra
  
          # No, memcmp trips on signed/unsigned conversion.
          # CFLAGS += -Wconversion
  endif
--snap--

-- 
Shawn.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-07  1:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-07  1:44 [PATCH 0/9] misc. cleanups Shawn O. Pearce

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.