Include paths with -isystem instead of -I

Sysprogs forums Forums VisualGDB Include paths with -isystem instead of -I

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28123
    Jose Cazarin
    Participant

    Hello! In the “Makefile Settings” tab of the VisualGDB project properties we can add Include directories, but by default this adds the dirs with the -I flag
    I want to know if there’s a way to use the -isystem for a specific path
    I want to do this to remove compiler warnings from SDK code

     

    Thanks!

    #28124
    support
    Keymaster

    Hi,

    Sorry, this is not supported directly, as it’s a rather rare case. Our best advice would be to see how the regular includes are handled on the Makefile level and patch it, adding a new variable for -isystem entries.

    You will also need to add those paths to IntelliSense include directories via VisualGDB Project Properties -> IntelliSense Directories.

    #28130
    Jose Cazarin
    Participant

    Thank you for the answer!

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