libnxz / power-gzip

POWER NX zlib compliant library
23 stars 18 forks source link

Update the documentation and enable -Wall -Werror #58

Closed tuliom closed 3 years ago

tuliom commented 3 years ago

This PR has 1 patch to add more documentation, 5 patches fixing warnings pointed out by the compiler and a last patch to enable -Wall -Werror.

Notice that, because of issue #56 , there are still warnings pending.

tuliom commented 3 years ago

@rzinsly Besides the 3 issues you found changed:

  1. Removed 2 macro definition from config.mk
  2. Removed 2 lines from lib/nx_zlib.h
  3. Small fixes to indentation and style of inc_nx/nxu.h
rzinsly commented 3 years ago

@rzinsly Besides the 3 issues you found changed:

1. Removed 2 macro definition from config.mk

@tuliom I'm not seeing this, did you update the correct branch?