git.annexia.org
/
virt-top.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de67370
)
build: Use non-deprecated form of warning flags
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 3 Nov 2021 11:50:10 +0000
(11:50 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 3 Nov 2021 12:00:29 +0000
(12:00 +0000)
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.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
32a51ac
..
d10f223
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-78,7
+78,7
@@
BOBJS += main.cmo
XOBJS = $(BOBJS:.cmo=.cmx)
-OCAMLFLAGS = -g -warn-error
CDEFLMPSUVYZ
X-3 -ccopt '@CFLAGS@'
+OCAMLFLAGS = -g -warn-error
+C+D+E+F+L+M+P+S+U+V+Y+Z+
X-3 -ccopt '@CFLAGS@'
OCAMLLIBS =
bin_PROGRAMS = virt-top