[Users] Warnings treated as errors

Jeffrey Walton noloader at gmail.com
Wed Jan 6 11:19:23 PST 2016


> Could you please tell me what and in which version you use to build ploop, vzctl, and vzquota? I am using GCC 5.3 and get a lot of warnings (Inline, …) which are treated as errors according to -Werror in CFLAGS.
>
This does not answer your question on versioning, but it may help
resolve the problem.

These look like they are part of the OpenVZ API
(http://www.openvz.org/). Perhaps you should configure without OpenVZ
support; or compile and link against the OpenVZ API.

Run the following to see how to configure without OpenVZ support:

    ./configure --help | grep -i openvz

The package should give you the option.

Jeff



More information about the Users mailing list