Skip to content

Commit

Permalink
Makefile.am: define __CHAR_BIT__ for sparse
Browse files Browse the repository at this point in the history
Eliminate a bogus warning.
  • Loading branch information
MaxKellermann committed Sep 20, 2009
1 parent 35328c9 commit a271989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -97,6 +97,7 @@ test_test_LDADD = src/libmpdclient.la
SPARSE = sparse
SPARSE_FLAGS =
SPARSE_CPPFLAGS = $(DEFAULT_INCLUDES) \
-D__CHAR_BIT__=8
-I$(shell $(CC) -print-file-name=include) \
-I$(shell $(CC) -print-file-name=include-fixed)
sparse-check:
Expand Down

0 comments on commit a271989

Please sign in to comment.