forked from qt-creator/qt-creator
cppmodelmanager: add __restrict__ to known and ignored 'keywords'
This commit is contained in:
@@ -146,6 +146,7 @@ static const char pp_configuration[] =
|
||||
"#define __asm__(a...)\n"
|
||||
"#define restrict\n"
|
||||
"#define __restrict\n"
|
||||
"#define __restrict__\n"
|
||||
|
||||
"#define __complex__\n"
|
||||
"#define __imag__\n"
|
||||
|
Reference in New Issue
Block a user