aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-02-19 01:37:38 +0100
committerJay Berkenbilt <ejb@ql.org>2023-02-19 01:38:49 +0100
commit0f97e98203dfa78cf3273005f215d2d026390e5c (patch)
treec02b7969653620375d2482ce614e72414cd82bc7 /README-maintainer
parent088fabd9b9affe14c006e1354892f80c7bbbeebe (diff)
downloadqpdf-0f97e98203dfa78cf3273005f215d2d026390e5c.tar.zst
Handle linearization warnings as proper warning (fixes #851)
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer2
1 files changed, 2 insertions, 0 deletions
diff --git a/README-maintainer b/README-maintainer
index 1ca7de8a..2ecbfaa6 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -127,6 +127,8 @@ CODING RULES
"Code Formatting" section in manual/contributing.rst for details.
See also "CODE FORMATTING" below.
+* Use std::to_string instead of QUtil::int_to_string et al
+
* Use of assert:
* Test code: #include <qpdf/assert_test.h> first.