Brad King
db1447b2cf
bzip2: Disable MSVC warnings in 3rd party code
...
In commit 35acaa90c5 (bzip2: Add compilation flags to disable warnings
in third-party code, 2020-02-24) we forgot to disable warnings for MSVC.
2020-02-25 10:32:21 -05:00
Brad King
592ce3e89b
Merge branch 'upstream-bzip2' into update-bzip2
...
# By bzip2 upstream
* upstream-bzip2:
bzip2 2019-07-13 (6a8690fc)
2020-02-24 12:11:59 -05:00
Brad King
35acaa90c5
bzip2: Add compilation flags to disable warnings in third-party code
2020-02-24 12:10:07 -05:00
Brad King
3d47b0ae97
Merge branch 'upstream-bzip2' into update-bzip2
...
# By bzip2 upstream
* upstream-bzip2:
bzip2 2007-12-10 (a1d78c55)
2020-02-24 12:06:04 -05:00
Brad King
2c40844891
bzip2: Remove all sources to make room for fresh import
2020-02-24 12:05:51 -05:00
Brad King
c69b4c8dfe
bzip2: Drop unused .dsp files
2017-08-30 06:56:49 -04:00
Sean McBride
af0051f48a
curl, bzip2: Suppress warnings by setting initial value
...
Silence clang -Wsometimes-uninitialized warnings.
2013-10-08 09:16:33 -04:00
David Cole
7918998533
BZip2: Remove unnecessary *.bz2 files from CMake source tree
...
We had complaints that people couldn't install the CMake source
tarball on some secure systems because there were "corrupt bz2
files" in it... We do not use these sample*.bz2 files anyhow
in the CMake build, so we'll just remove them.
2012-06-13 17:08:25 -04:00
Brad King
87fde60563
Suppress -Wcast-align in curl and bzip2
...
Trust upstream developers of third-party code.
2010-09-10 09:00:48 -04:00
Bill Hoffman
3e5d2bda4d
suppress another warning.
2009-11-12 10:53:00 -05:00
Bill Hoffman
74981c1afd
Remove a few more warnings
2009-11-10 07:54:52 -05:00
Bill Hoffman
2021832170
Remove makefile as it breaks in-source build testing
2009-11-06 16:47:28 -05:00
Brad King
08dc3d5170
bzip2: Restore fix for unused variables
...
The commit "bzip2: Disable Borland warnings" accidentally reverted
changes from commit "Fix warnings for unused variables". This restores
them.
2009-11-04 14:43:51 -05:00
Brad King
60855f620b
bzip2: Disable Borland warnings
...
We disable warnings to silence them while making minimal changes to
third-party code.
2009-11-04 13:09:50 -05:00
Bill Hoffman
5f41fe03ca
Fix warnings for unused variables
2009-11-03 16:50:49 -05:00
Bill Hoffman
fb51d98562
Switch to using libarchive from libtar for cpack and cmake -E tar
...
This allows for a built in bzip and zip capability, so external tools
will not be needed for these packagers. The cmake -E tar xf should be
able to handle all compression types now as well.
2009-10-30 13:10:56 -04:00