'How to fix this warning un torque?

When trying ./configure I get this

configure: WARNING: This compilation has strict compiler options enabled that cause the build to fail if any compiler warnings are emitted. If this build fails because of a harmless warning, please report the problem to [email protected]

After I get an error when make

attr_fn_acl.c: In the 'set_allacl' function: attr_fn_acl.c:454:20: error: this statement may fail [-Werror=implicit-fallthrough=] pas->as_next = pas->as_buf; ~~~~~~~~~~~~~%~~~~~~~~~~~~ attr_fn_acl.c:458:5: note: here case INCR: %~~~ cc1: all warnings are treated as errors

How can this be fixed? Tried other versions, same Only with version 6.0.1 it turned out, but there he writes that he requires crypto, which I already have



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source