Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
C
cppdap
  • 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
  • cppdap
  • Repository

Switch branch/tag
  • cppdap
  • include
  • dap
  • future.h
Find file
BlameHistoryPermalink
  • Ben Clayton's avatar
    clang: Enable -Weverything, fix all warnings · 9d3f5c8f
    Ben Clayton authored Jun 10, 2020
    This change fixes the following warnings:
    
    ```
        -Wc++98-compat-extra-semi
        -Wc++98-compat-local-type-template-args
        -Wc++98-compat-pedantic
        -Wc++98-compat
        -Wcomma
        -Wdeprecated-copy-dtor
        -Wexit-time-destructors
        -Wextra-semi-stmt
        -Wextra-semi
        -Wfloat-conversion
        -Wfloat-equal
        -Wformat-nonliteral
        -Wglobal-constructors
        -Winconsistent-missing-destructor-override
        -Wnon-virtual-dtor
        -Wold-style-cast
        -Wpadded
        -Wreturn-std-move-in-c++11
        -Wshadow-field-in-constructor
        -Wshadow-uncaptured-local
        -Wshift-sign-overflow
        -Wsign-conversion
        -Wundef
        -Wunreachable-code-return
        -Wused-but-marked-unused
        -Wweak-vtables
        -Wzero-as-null-pointer-constant
    ```
    9d3f5c8f
future.h 5.03 KB
EditWeb IDE
×

Replace future.h

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.