notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: mail/mutt/files/extra-patch-quote
SVNWeb

Number of commits found: 1

Wed, 7 Dec 2022
[ 15:34 Dimitry Andric (dim) search for other commits by this committer ]    commit hash:de5264ca78f41c04c1753ca94d949121b53b9f1d  commit hash:de5264ca78f41c04c1753ca94d949121b53b9f1d  commit hash:de5264ca78f41c04c1753ca94d949121b53b9f1d  de5264c 
mail/mutt: fix build with clang 15

During an exp-run for llvm 15 (see bug 265425), it turned out that
mail/mutt failed to build with clang (and lld) 15:

  --- init.o ---
  In file included from init.c:43:
  ./init.h:3166:37: error: incompatible integer to pointer conversion
initializing 'void *' with an expression of type 'int' [-Wint-conversion]
    { "quote_empty",      DT_BOOL, R_NONE, OPTQUOTEEMPTY, 1 },
                                           ^~~~~~~~~~~~~
  ./init.h:3166:37: warning: suggest braces around initialization of subobject
[-Wmissing-braces]
    { "quote_empty",      DT_BOOL, R_NONE, OPTQUOTEEMPTY, 1 },
                                           ^~~~~~~~~~~~~
                                           {            }
  ./init.h:3166:52: error: incompatible integer to pointer conversion
initializing 'void *' with an expression of type 'int' [-Wint-conversion]
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 1