Revisit disabling -Wunused-function

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • DevProd Build
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We currently disable -Wunused-function which probably prevents us from finding a fair amount of dead code. The inline documentation suggests that turning it on is "noisy," but doesn't elaborate. Code coverage is less accurate of a reading when dead code permeates a codebase, so if we're going to start using code coverage as a metric to track testing quality, we should try to reenable this flag and resolve any warnings it produces.

            Assignee:
            Unassigned
            Reporter:
            James Bronsted
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: