Skip to content

Commit

Permalink
pio: config: removed a "default" option
Browse files Browse the repository at this point in the history
i already have c++20, so it is already ON
  • Loading branch information
MacDada committed Apr 30, 2023
1 parent e11137b commit 25d68bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/common.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ code_quality_build_flags =
; it is OK for my code, shitload of warnings for included libs
; -Woverloaded-virtual

; Warn about deprecated uses of the volatile qualifier. Enabled by default with -std=c++20.
; https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html
; it is OK for my code, shitload of warnings for included libs
; -Wvolatile

; Warn about overriding virtual functions that are not marked with the override keyword.
; https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html
; it is OK for my code, shitload of warnings for included libs
Expand Down

0 comments on commit 25d68bb

Please sign in to comment.