It is easy to reproduce. Just change the language standard option to `-std=c++2b -fprebuilt-module-path=.`. Then the compiler would warning for: ```console warning: argument unused during compilation: '-fprebuilt-module-path=.' [-Wunused-command-line-argument] ```