Skip to content
Snippets Groups Projects
Select Git revision
20 results

wscript

  • Eric S. Raymond's avatar
    8675d7dd
    Address GitLab issue #274: functions fail to inline · 8675d7dd
    Eric S. Raymond authored
    The -Winline option produce two warnings that are (probably correctly)
    indicating that inlining normalize_tspec() and dtolfp() is inefficient.
    I judge that it's not worth the hassle of reorganizing the code to fix
    these, so we'll just tell the compiler to stifle.
    8675d7dd
    History
    Address GitLab issue #274: functions fail to inline
    Eric S. Raymond authored
    The -Winline option produce two warnings that are (probably correctly)
    indicating that inlining normalize_tspec() and dtolfp() is inefficient.
    I judge that it's not worth the hassle of reorganizing the code to fix
    these, so we'll just tell the compiler to stifle.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.