We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Thank Milorad, It isn't showing the error or warning, but is there any alternative for this pragma for arm compiler 6 (arm clang)
Well Sal,
in the screenshot you attached it says "which is enabled by default in armclang" it means you do not need to do anything to enable the feature, you can, however, disable the feature meaning compiler will by default complain about it with -pedantic option.
So, by default, you are good to go.