diff options
Diffstat (limited to 'ports/winnt/vs2013/ntpd/ntpd.vcxproj')
-rw-r--r-- | ports/winnt/vs2013/ntpd/ntpd.vcxproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ports/winnt/vs2013/ntpd/ntpd.vcxproj b/ports/winnt/vs2013/ntpd/ntpd.vcxproj index 5bc7082100d22..6ee591b46eafb 100644 --- a/ports/winnt/vs2013/ntpd/ntpd.vcxproj +++ b/ports/winnt/vs2013/ntpd/ntpd.vcxproj @@ -285,7 +285,13 @@ <ClCompile Include="..\..\..\..\ntpd\rc_cmdlength.c" /> <ClCompile Include="..\..\..\..\ntpd\refclock_acts.c" /> <ClCompile Include="..\..\..\..\ntpd\refclock_arbiter.c" /> - <ClCompile Include="..\..\..\..\ntpd\refclock_arc.c" /> + <ClCompile Include="..\..\..\..\ntpd\refclock_arc.c"> + <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='DebugXP|Win32'">4307;%(DisableSpecificWarnings)</DisableSpecificWarnings> + <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='ReleaseXP|Win32'">4307;%(DisableSpecificWarnings)</DisableSpecificWarnings> + <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4307;%(DisableSpecificWarnings)</DisableSpecificWarnings> + <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">4307;%(DisableSpecificWarnings)</DisableSpecificWarnings> + <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|x64'">4307;%(DisableSpecificWarnings)</DisableSpecificWarnings> + </ClCompile> <ClCompile Include="..\..\..\..\ntpd\refclock_as2201.c" /> <ClCompile Include="..\..\..\..\ntpd\refclock_atom.c" /> <ClCompile Include="..\..\..\..\ntpd\refclock_bancomm.c" /> |