jsonrpc-c icon indicating copy to clipboard operation
jsonrpc-c copied to clipboard

fix autoconf rebuild err and compile warnings

Open brain-zhang opened this issue 11 years ago • 0 comments

Hi

1.First I got error due to older autoreconf on our RHEL6.4. Due to some versioning conflict, I get a build error with AM_PROG_AR. It appears when using m4_pattern_allow or m4_ifdef makes it possible to get the job done nonetheless.

2.and fix some compile warnings: unused parameter unsigned int <=> int

brain-zhang avatar Apr 23 '14 10:04 brain-zhang