1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

filemem: fix fwrite() return check in fm_write();

test `ferror()` also in `fm_err()` if `err` zero and file
NetBSD: add instructions and some workarounds (`getopt_long_only()`
  in particular)
qzint: check `__GNUC__` version for "-Wstringop-truncation"
  suppression
This commit is contained in:
gitlost
2023-12-29 19:34:44 +00:00
parent 98f86727cc
commit 3950b49050
12 changed files with 64 additions and 29 deletions

View File

@@ -193,7 +193,8 @@ pkg_add zint zint-gui
exit
```
To build from source see `"README.bsd"` in the project root directory.
To build from source (including for NetBSD) see `"README.bsd"` in the project
root directory.
## 2.3 Microsoft Windows