mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 01:29:33 +00:00
6 lines
288 B
C++
6 lines
288 B
C++
#ifdef __INTELLISENSE__
|
|
#pragma diag_suppress 144, 513
|
|
// diag 144: a value of type "enum <unnamed>" cannot be used to initialize an entity of type "enum <unnamed>"C/C++
|
|
// diag 513: a value of type "enum <unnamed>" cannot be assigned to an entity of type "enum <unnamed>"C/C++
|
|
#endif
|