Hello,
In a similar vein to #177, I'm looking in to using the -isystem feature to treat TrickHLA and the RTI libs as a third-party libraries in our sim. I think this will let us build with -Werror without erroring on any TrickHLA or RTI warnings. The c++ HLAe headers use of auto_ptr will inevitably cause us to error in particular with -Werror on.
I was curious what y'all think about me adding in to https://github.com/nasa/TrickHLA/blob/master/makefiles/S_hla.mk a check for existence of a "include as system header" variable to swap the -I to -isystem?
Hello,
In a similar vein to #177, I'm looking in to using the -isystem feature to treat TrickHLA and the RTI libs as a third-party libraries in our sim. I think this will let us build with -Werror without erroring on any TrickHLA or RTI warnings. The c++ HLAe headers use of auto_ptr will inevitably cause us to error in particular with -Werror on.
I was curious what y'all think about me adding in to https://github.com/nasa/TrickHLA/blob/master/makefiles/S_hla.mk a check for existence of a "include as system header" variable to swap the
-Ito-isystem?