diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-29 08:05:28 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-29 08:47:53 (GMT) |
commit | 5761b6af8e907d10504df1428e08e0f596d8e7a2 (patch) | |
tree | 2e7f0e57afcde2c8a4aeefef14b26cb4002fdc70 /src | |
parent | 0f60ab3917dae704b6bc889b45a25e932f4cbc3a (diff) | |
download | libnl-5761b6af8e907d10504df1428e08e0f596d8e7a2.zip libnl-5761b6af8e907d10504df1428e08e0f596d8e7a2.tar.gz libnl-5761b6af8e907d10504df1428e08e0f596d8e7a2.tar.bz2 |
build: add "-Wno-portability" to AC_INIT_AUTOMAKE()
Silence warnings with "-Wno-portability".
Makefile.am:1130: warning: '%'-style pattern rules are a GNU make extension
Makefile.am:1131: warning: dir $@: non-POSIX variable name
Makefile.am:1131: (probably a GNU make extension)
Makefile.am:1134: warning: '%'-style pattern rules are a GNU make extension
Makefile.am:1137: warning: patsubst %,%.build-headers-test.o,$(public_headers: non-POSIX variable name
Makefile.am:1137: (probably a GNU make extension)
We care about portability, but only to the extend that we test configurations
via CI. As all our current CI passes, the warning is bogus and not something we
will fix.
If you come up in a situation where this is a problem, then we have a real
scenario at hand and something to fix. Unless that happens, we target a real
implementation and not the make specification.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions