Skip to content

Disable overlength strings compiler diagnostic in-code

Jakub Sujak requested to merge jakub/overlength_strings into main

Overlength strings are unavoidable with inline assembly blocks. Disable the diagnostic inline to not flag this warning up to -Wall -Wextra builds.

Signed-off-by: Jakub Sujak jakub.sujak@arm.com

Merge request reports