summaryrefslogtreecommitdiff
path: root/Source/UnitTests
diff options
context:
space:
mode:
authorcristian64 <cristian64@gmail.com>2025-11-08 11:07:00 +0000
committercristian64 <cristian64@gmail.com>2025-11-08 22:38:03 +0000
commit7ec6692315ead1e75cdf4ce064bf5046b33a73f7 (patch)
tree2f0acbe1482c6dce7ed60f8515b85b29e939cdd9 /Source/UnitTests
parent4f849ec8273abfd8290b565264cfe7e422d4961f (diff)
CMakeLists: Disable `-Wtrigraphs`.
Trigraphs support is generally disabled by default, but some compilers (e.g. GCC) may still warn when one hypothetical trigraph is encountered. For example, one of these warnings was introduced as part of #14067: ``` .../Source/Core/DolphinQt/MainWindow.cpp:1433:77: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] 1433 | this, tr("Select a File"), dialog_path, tr("All Save States (*.sav *.s??);; All Files (*)")); | .../Source/Core/DolphinQt/MainWindow.cpp:1445:77: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] 1445 | this, tr("Select a File"), dialog_path, tr("All Save States (*.sav *.s??);; All Files (*)")); | ``` The warning is generally not interesting and has been disabled now.
Diffstat (limited to 'Source/UnitTests')
0 files changed, 0 insertions, 0 deletions