]> git.ipfire.org Git - thirdparty/make.git/commit
Pacify Oracle Studio c99
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Aug 2019 19:32:07 +0000 (12:32 -0700)
committerPaul Smith <psmith@gnu.org>
Mon, 2 Sep 2019 15:11:26 +0000 (11:11 -0400)
commitb6884c73b741f017417c3ebf3e76aeba64829b8e
treebbfbcb46746994b8dcbff39272ce04eabbf761b7
parent8bffc8d53ce302f3170b10c70f3a9680a6b72b68
Pacify Oracle Studio c99

* src/dep.h (DEP):
* src/function.c (struct function_table_entry):
Use unsigned int, not unsigned short.  Without this patch, c99
complains ‘warning: nonportable bit-field type’.
src/dep.h
src/function.c