From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: **** X-Spam-Status: No, score=4.9 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,FREEMAIL_REPLYTO, NML_ADSP_CUSTOM_MED,SPOOFED_FREEM_REPTO autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 25393 invoked from network); 2 Jul 2020 05:28:05 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 2 Jul 2020 05:28:05 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id b336c491 for ; Thu, 2 Jul 2020 00:28:01 -0500 (EST) Received: from mail-io1-f49.google.com (mail-io1-f49.google.com [209.85.166.49]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 6dfe42ac for ; Thu, 2 Jul 2020 00:28:00 -0500 (EST) Received: by mail-io1-f49.google.com with SMTP id q74so3990995iod.1 for ; Wed, 01 Jul 2020 22:28:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=lJ3M/LPJ74aABQ14GG9tMjGM80nqlxt3Ot9oivv6WC0=; b=av6cAjBT7z5J6QdRgUJI6qDmZYdNXlH38SLXgwdFSZEglJiOlLjwp7qu3tQsRbWb2J k+hy1EDVcODiIS5Q7pRhgXEyKCecfEaC+WId3bgjXUnGvsjR90HTOjD7lVeIzY+Wcn9i hwZLq+aTurCAUz3zIHDENiOhQeRzjiOFV914TmqT0TjkBAqdgIPqZeGEILRW/I7Ve2uL WtUzwavvdNZPf48bavV/Hy3Nz0Q5YUHy13YHVGpsus9RV0WtOKCMNHIcM2y3rP8asn0M lFNyx7eYZIgkj6uUM7oi/vnX6WwPW1+1GH8r+2n0JpzLvsIW2rts5BNyUOXVjvX+EHmh Keyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to:content-transfer-encoding; bh=lJ3M/LPJ74aABQ14GG9tMjGM80nqlxt3Ot9oivv6WC0=; b=CMsKJOcKKq4bEHaIkVoWKEtwLsbh02zZqk5cfs6gkgO1dTWY4+2nJHqAgA5Y/ZD+kl MZkGaUzbCgBpY4y5FUYYYbZAxUZULI2+Ul1c2C1CZ9iTi5jkun2qGlT3jZ998QaiCP3J T4d9ocq1sQu7V3M7gfsSMpwCIbTjKDLxt4paVCxEmuHQadQvmOAO3MYWb8Lfkp4b4IJ8 ZaW2VdmqF6Msnq0frreLzoPI4VfwwhH8jVqefR00tdL6rNumMPUqk11TG/4SPBwWOTXQ IuoXhroRp9PmxY7twJ6pz0cJmjlMTvOq5QFFQF2/SHYsPz1BWv1//eSI/CTv9+MTp2lj OmrA== X-Gm-Message-State: AOAM5300qkuDhTtEqadYkzPQfB7i2VCZQkAbud4eN3E2OngXcYiM/9P4 nqC5K9He4Bas5/7Mm+w9CoFHFBB7jz72xYOYmOY3JA== X-Google-Smtp-Source: ABdhPJxfv7d7MuuslIlpFlxLEGuSJr/5tYuF02rL8E9HhkXAWXtAhOwM3XwSjCeSSCMgjNaAloruDntqgbrlFynnEBA= X-Received: by 2002:a05:6602:2e05:: with SMTP id o5mr5908967iow.28.1593667679381; Wed, 01 Jul 2020 22:27:59 -0700 (PDT) X-Mailinglist: mandoc-discuss Reply-To: discuss@mandoc.bsd.lv MIME-Version: 1.0 Reply-To: noloader@gmail.com From: Jeffrey Walton Date: Thu, 2 Jul 2020 01:27:47 -0400 Message-ID: Subject: Dirty compile with GCC 7.5 To: discuss@mandoc.bsd.lv Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable tbl_html.c: In function =E2=80=98print_tbl=E2=80=99: tbl_html.c:191:9: warning: =E2=80=98%d=E2=80=99 directive output may be tru= ncated writing between 1 and 10 bytes into a region of size 4 [-Wformat-truncation=3D] "%d", dp->hspans + 1); ^~ tbl_html.c:191:8: note: directive argument in the range [2, 2147483647] "%d", dp->hspans + 1); ^~~~ In file included from /usr/include/stdio.h:862:0, from tbl_html.c:23: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: =E2=80=98__builtin___snprintf_chk=E2=80=99 output between 2 and 11 bytes in= to a destination of size 4 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tbl_html.c:197:9: warning: =E2=80=98%d=E2=80=99 directive output may be tru= ncated writing between 1 and 10 bytes into a region of size 4 [-Wformat-truncation=3D] "%d", dp->vspans + 1); ^~ tbl_html.c:197:8: note: directive argument in the range [2, 2147483647] "%d", dp->vspans + 1); ^~~~ In file included from /usr/include/stdio.h:862:0, from tbl_html.c:23: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: =E2=80=98__builtin___snprintf_chk=E2=80=99 output between 2 and 11 bytes in= to a destination of size 4 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- To unsubscribe send an email to discuss+unsubscribe@mandoc.bsd.lv