Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 2 years ago

Language

C++

Compiler

clang HEAD 17.0.0 (https://github.com/llvm/llvm-project.git fcd58ea50c218b61a58d6815b9d15bad7dbc75a3)

Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic

Author

anonymous

almost 2 years ago

$ clang++ prog.cc -Wall -Wextra -std=gnu++2a
prog.cc:6:55: warning: unused parameter 'arg' [-Wunused-parameter]
    6 | void fn(/*I want this to be only A, not subclasses*/A arg) {
      |                                                       ^
1 warning generated.
fn called
fn called
Exit Code:
0