diff options
author | bala <balanatarajan@users.noreply.github.com> | 2004-03-26 15:49:42 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2004-03-26 15:49:42 +0000 |
commit | 7c74e3cbcb444ab22ab5c77db4d79ce7d76fa5d5 (patch) | |
tree | 80c98edb3db0e8a0c871a611b8113d7a81b73008 /ASNMP | |
parent | b880af900b9b1063a9fe7c38492fb0008dcf816d (diff) | |
download | ATCD-7c74e3cbcb444ab22ab5c77db4d79ce7d76fa5d5.tar.gz |
ChangeLogTag:Fri Mar 26 09:49:10 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/ChangeLog | 6 | ||||
-rw-r--r-- | ASNMP/tests/Integer_Test.cpp | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ASNMP/ChangeLog b/ASNMP/ChangeLog index d95fe6d6aed..c6c7c55dbd0 100644 --- a/ASNMP/ChangeLog +++ b/ASNMP/ChangeLog @@ -1,3 +1,9 @@ +Fri Mar 26 09:49:10 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu> + + * tests/Integer_Test.cpp: + + Fixed a warning in Win32 builds. + Fri Aug 29 07:56:19 2003 Ossama Othman <ossama@dre.vanderbilt.edu> * tests/Octet_Test.cpp (TestOctet): diff --git a/ASNMP/tests/Integer_Test.cpp b/ASNMP/tests/Integer_Test.cpp index e8b82352d92..c1026851f14 100644 --- a/ASNMP/tests/Integer_Test.cpp +++ b/ASNMP/tests/Integer_Test.cpp @@ -49,7 +49,7 @@ static unsigned long ul = ULONG_MAX, def = 0; static int i = INT_MAX, ni = INT_MIN; static unsigned int ui = UINT_MAX; static unsigned short us = 10; -static short si = 65535; +static short si = 32768; /* SnmpInt32( void); |