mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Cleanups.
committer: mfx <mfx> 1068991974 +0000
This commit is contained in:
parent
aba5c40b17
commit
de1a4b4da4
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ zip:
|
|||
|
||||
cvs-admin-ko:
|
||||
cvs admin -ko .
|
||||
cvs update
|
||||
cvs update -P -d
|
||||
|
||||
ChangeLog:
|
||||
perl $(srcdir)/scripts/cvs2cl.pl --utc -f ChangeLog.cvs
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
# endif
|
||||
# pragma warn -aus // 8004: 'x' is assigned a value that is never used
|
||||
# pragma warn -inl // 8026+8027: Function not expanded inline
|
||||
// Borland compilers typically generate a number of bogus warnings, and
|
||||
// Borland compilers typically produce a number of bogus warnings, and
|
||||
// the actual diagnostics vary from version to version...
|
||||
# if (__BORLANDC__ < 0x0530)
|
||||
# pragma warn -csu // 8012: Comparing signed and unsigned values
|
||||
|
@ -161,7 +161,7 @@
|
|||
# endif
|
||||
#endif
|
||||
#if !defined(UINT_MAX) || (UINT_MAX < 0xffffffffL)
|
||||
# error "you lose"
|
||||
# error "UINT_MAX"
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -197,7 +197,7 @@
|
|||
# endif
|
||||
#endif
|
||||
#if !defined(VALGRIND_DISCARD)
|
||||
# define VALGRIND_DISCARD(handle) ACC_UNUSED(handle)
|
||||
# define VALGRIND_DISCARD(handle) ((void)(&handle))
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user