From: Richard W.M. Jones Date: Wed, 3 Nov 2021 11:50:10 +0000 (+0000) Subject: build: Use non-deprecated form of warning flags X-Git-Tag: v1.1.1~6 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=4c608eef2274bc267d45d62550aafe2151514013;hp=4c608eef2274bc267d45d62550aafe2151514013;p=virt-top.git build: Use non-deprecated form of warning flags In OCaml 4.13: Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters, like 'CDEFLMPSUVYZX', is deprecated. Use the equivalent signed form: +C+D+E+F+L+M+P+S+U+V+Y+Z+X-3. ---