mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +00:00
Warnings: Warnings use kebab case, Mr. Kot
This commit is contained in:
parent
76b1acf99d
commit
02b684b810
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace stx
|
||||||
{
|
{
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
#pragma clang diagnostic ignored "-Wundefined_var_template"
|
#pragma clang diagnostic ignored "-Wundefined-var-template"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Not defined anywhere (and produces a useless warning)
|
// Not defined anywhere (and produces a useless warning)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue