Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
B
benchmark
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • benchmark
  • Repository

Switch branch/tag
  • benchmark
  • test
  • args_product_test.cc
Find file
BlameHistoryPermalink
  • Guillaume Chatelet's avatar
    Support -Wsuggest-override (#1059) · 7d0d9061
    Guillaume Chatelet authored May 11, 2021
    * Support -Wsuggest-override
    
    google/benchmark is C++11 compatible but doesn't use the `override` keyword.
    Projects using google/benchmark with enabled `-Wsuggest-override` and `-Werror` will fail to compile.
    
    * Add -Wsuggest-override cxx flag
    
    * Revert unrelated formatting
    
    * Revert unrelated formatting, take 2
    
    * Revert unrelated formatting, take 3
    
    * Disable -Wsuggest-override when compiling tests, gtest does not handle it yet
    Co-authored-by: 's avatarDominic Hamon <dominichamon@users.noreply.github.com>
    7d0d9061
args_product_test.cc 2.17 KB
EditWeb IDE
×

Replace args_product_test.cc

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.