Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Posts posted by 4144


  1. this warning added for protect against missing case blocks. In switches where not all cases must be present added macroses for disable this warning.

    See lines with

    PRAGMA_GCC46(GCC diagnostic push)
    PRAGMA_GCC46(GCC diagnostic ignored "-Wswitch-enum")
    // here switch and cases
    PRAGMA_GCC46(GCC diagnostic pop)

    but for this macroses need atleast gcc 4.6 or newer. 4.6 already dead version. If you using centos 7 you must updated your system, because this os is dead and outdated. select centos stream or switch to debian/ubuntu

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.