[-Wdeprecated-declarations]

Sysprogs forums Forums VisualGDB [-Wdeprecated-declarations]

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32696
    paulh001
    Participant

    Because of a library I use I get loads of warnings. But when adding -Wdeprecated-declarations to the compiler additional options, the warnings still appear. How can I add this option to the compiler?

    I use raspberry pi linux project

    #32703
    support
    Keymaster

    Hi,

    The exact location of the setting depends on your project type. Please see this page for more details. You can also double-check whether the option gets actually passed to the compiler by enabling verbose build (see project type-specific pages linked above) and rechecking the GCC command lines.

    #32719
    paulh001
    Participant

    Thanks, however the option is placed by intellisense “fix the solution” option.

    But will first check and compile with verbose.

     

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.