mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-12-18 22:05:41 +01:00
fix several compile warnings
This commit is contained in:
parent
6b2096cea7
commit
92dd6aa402
5 changed files with 29 additions and 24 deletions
|
|
@ -1,6 +1,6 @@
|
|||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
AM_CPPFLAGS= -DLOCALEDIR='"$(localedir)"'
|
||||
AM_CFLAGS=-g -std=c11 -Wall -O3 -I$(top_srcdir)/include
|
||||
AM_CFLAGS=-g -std=c11 -Wall -Wextra -Wunused -O3 -I$(top_srcdir)/include -fPIC
|
||||
SUBDIRS = po
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
EXTRA_DIST = config.rpath m4/ChangeLog Makefile.old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue