mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
disable null-related warnings
This commit is contained in:
parent
1a6db72d7a
commit
278f04d381
@ -8,6 +8,8 @@
|
|||||||
<DefineConstants>USE_SQLITE;$(DefineConstants)</DefineConstants>
|
<DefineConstants>USE_SQLITE;$(DefineConstants)</DefineConstants>
|
||||||
<DefineConstants>USE_POSTGRESQL;$(DefineConstants)</DefineConstants>
|
<DefineConstants>USE_POSTGRESQL;$(DefineConstants)</DefineConstants>
|
||||||
<DefineConstants>USE_MYSQL;$(DefineConstants)</DefineConstants>
|
<DefineConstants>USE_MYSQL;$(DefineConstants)</DefineConstants>
|
||||||
|
|
||||||
|
<NoWarn>8600,8601,8602,8603,8604,8618,8625,8629</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user