asn1c runtime code as shared library
Go to file
Neels Hofmeyr 6e152f2582 configure: add --enable-werror
Provide a sane means of adding the -Werror compiler flag.

Currently, some of our jenkins.sh add -Werror by passing 'CFLAGS="-Werror"',
but that actually *overwrites* all the other CFLAGS we might want to have set.

Maintain these exceptions from -Werror:
a) deprecation (allow upstream to mark deprecation without breaking builds);
b) "#warning" pragmas (allow to remind ourselves of errors without breaking
   builds)

As a last configure step before generating the output files, print the complete
CFLAGS and CPPFLAGS by means of AC_MSG_RESULT.

Change-Id: Ibcc8238584a585434b39a046cd2d7e18ddaf7f8c
2018-03-05 20:40:21 +01:00
contrib jenkins: use osmo-clean-workspace.sh before and after build 2017-10-28 16:21:02 +00:00
debian Sync debian package version (0.9.28) with acversion 2017-10-27 20:09:16 +00:00
include Fix compiler warning 2017-10-27 22:05:13 +02:00
m4 add dummy 'm4/.dummy' file to make autoreconf happy 2010-07-09 15:46:03 +02:00
src fix compiler warning: drop dead code from BIT_STRING_fromBuf() 2017-10-28 15:09:05 +00:00
.gitignore add .gitignore file 2010-06-13 07:44:07 +02:00
.gitreview add .gitreview to support git review plugin 2017-08-08 13:56:42 +02:00
COPYING add COPYING with original licenes 2010-06-12 19:24:52 +02:00
Makefile.am fix autoconf/automake warnings 2015-08-31 09:25:52 +02:00
asn1c-talloc.patch update to asn1c aper branch commit 6e00cbce7304a6972e82a12bb5fa82e41fa541be 2015-08-31 09:35:13 +02:00
configure.ac configure: add --enable-werror 2018-03-05 20:40:21 +01:00
libasn1c.pc.in link libasn1c against libmath, don't ask users to do it 2017-10-28 13:58:23 +02:00