Commit graph

23 commits

Author SHA1 Message Date
iceman1001 a5aeadc339 Release v4.9222 - Ice Coffee 2020-05-21 09:23:32 +02:00
Philippe Teuwen 0172b0638b Makefile: wrap sh and perl calls 2020-05-20 21:11:45 +02:00
Philippe Teuwen 15ccb34535 Add -Wconversion in EXTRACFLAGS 2020-05-20 18:41:10 +02:00
Philippe Teuwen 2c4eda6ab9 Fix 2 issues in proxendian.h, see details:
Only some OSes include endian.h from sys/types.h, not Termux, so let's include endian.h directly.
Moreover the past logic defined BYTE_ORDER to an undef macro, so BYTE_ORDER was not undef but def to 0
and BYTE_ORDER != LITTLE_ENDIAN && BYTE_ORDER != BIG_ENDIAN was always false as (0!=0 && 0!=0)
2020-05-13 02:09:03 +02:00
Philippe Teuwen de47514aec Fix for issue #730 2020-05-13 01:33:22 +02:00
Philippe Teuwen 61610a5c61 fiddling with makefile 2020-05-12 01:49:01 +02:00
Philippe Teuwen c719e545dc add -Wswitch-enum flag 2020-05-12 00:35:43 +02:00
Philippe Teuwen 5ee82d6354 Add old-style-definition warning 2020-05-12 00:35:43 +02:00
Philippe Teuwen a7c00ecef0 warnings 2020-05-09 16:12:54 +02:00
Philippe Teuwen 5c09e33de6 extra warnings 2020-05-09 15:06:28 +02:00
Philippe Teuwen ee61d028a4 textual 2020-05-09 13:15:53 +02:00
Philippe Teuwen 92a1f82135 Activate -Wmissing-field-initializers 2020-05-09 12:42:42 +02:00
Philippe Teuwen d00714d43a unknown to clang < 8: -Woverride-init 2020-05-04 10:38:21 +02:00
Philippe Teuwen 00de69e57e adjust warning flags 2020-05-04 02:13:11 +02:00
Philippe Teuwen c59791d21c more warnings 2020-05-04 01:42:59 +02:00
Philippe Teuwen 58f71d97f5 silent some bad-function-cast 2020-05-04 01:18:26 +02:00
Philippe Teuwen 723503b74e unshadow vars 2020-05-03 22:50:03 +02:00
Philippe Teuwen 4d4984657e activate more warnings and ease their mgmt 2020-05-03 19:46:11 +02:00
Philippe Teuwen 9cf2cd7ca9 remove leading/tailing "/" from installation RELPATHs 2019-09-05 23:20:46 +02:00
Philippe Teuwen 70a7a99751 make install: more flexible on relpath tuning 2019-09-05 08:45:12 +02:00
Philippe Teuwen 595fde5312 update scripts to work with make install 2019-08-30 23:35:29 +02:00
Philippe Teuwen 742b62502e make install, second half 2019-08-30 22:44:52 +02:00
Philippe Teuwen 3245260c00 Add Makefile.defs with common defs 2019-08-30 22:10:06 +02:00