Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.1k
    • Issues 3.1k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1k
    • Merge requests 1k
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !6644

svga: Fix unused printf argument.

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Vinson Lee requested to merge vlee/mesa:fix-cid-1464310 into master Sep 08, 2020
  • Overview 1
  • Commits 1
  • Pipelines 5
  • Changes 1

Fix defect reported by Coverity Scan.

Extra argument to printf format specifier (PRINTF_ARGS) extra_argument: This argument was not used by the format string: info->num_outputs.

Fixes: ccb4ea5a ("svga: Add GL4.1(compatibility profile) support in svga driver") Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @bhenden

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-cid-1464310