Increase compiler warnings and fix them
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
||||
AM_CPPFLAGS = -Wall -Wextra -Wmissing-prototypes -g $(all_includes)
|
||||
|
||||
noinst_LIBRARIES = libhagelbarger.a
|
||||
|
||||
|
@@ -25,7 +25,8 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "stdint.h"
|
||||
#include <stdint.h>
|
||||
#include "hagelbarger.h"
|
||||
|
||||
/* enable to debug the process of parity check */
|
||||
//#define DEBUG_HAGEL
|
||||
|
Reference in New Issue
Block a user