Enable same warnings as libguestfs.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 27 Mar 2017 11:21:48 +0000 (12:21 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Nov 2022 08:13:39 +0000 (08:13 +0000)
commitbe5e812ea7ea266e0d0ce1c126606c7bd04523c8
tree68aa25ddf19c8466fbeaf99729bfac5ee8bc6437
parent649fc52c6728bb8b1788a5ae74d4002781a88fce
Enable same warnings as libguestfs.

In particular 'warning 3' was still enabled before, meaning that the
code would fail with newer OCaml compilers:

  File "top.ml", line 377, characters 12-25:
  Warning 3: deprecated: String.create
  Use Bytes.create instead.

Since we want to continue using old OCaml for now, don't enable
this warning.
src/Makefile.in