diff options
author | David Malcolm <dmalcolm@redhat.com> | 2020-02-03 19:58:54 -0500 |
---|---|---|
committer | David Malcolm <dmalcolm@redhat.com> | 2020-02-17 20:40:00 -0500 |
commit | abb4852434b3dee26301cc406472ac9450c621aa (patch) | |
tree | 9f6d5a947e9fc0982fdee66d899b1d4b5777e202 /gcc/tree.c | |
parent | d8cde6f9c223f1b6d4f4e4e07088f08a629b7c2a (diff) | |
download | gcc-abb4852434b3dee26301cc406472ac9450c621aa.zip gcc-abb4852434b3dee26301cc406472ac9450c621aa.tar.gz gcc-abb4852434b3dee26301cc406472ac9450c621aa.tar.bz2 |
diagnostics: don't generate URLs that won't be used
The two places in diagnostics.c where URLs are printed both do
non-trivial work to generate the URL strings (including malloc/free), so
don't do this work if URL-printing is disabled.
gcc/ChangeLog:
* diagnostic.c (print_any_cwe): Don't call get_cwe_url if URLs
won't be printed.
(print_option_information): Don't call get_option_url if URLs
won't be printed.
Diffstat (limited to 'gcc/tree.c')
0 files changed, 0 insertions, 0 deletions