blender/extern/carve
Sergey Sharybin 87dcee0c0c Silence some annoying warnings when doing full build with strict flags
This mainly touches extern libraries and few debug-only places in intern.

Some summary:

- External libraries are not strict at all about missing declarations,
  so we can rather safely remove such warning together with other strict
  flags.

- Bullet has some static functions which are not used.
  Those were commented out.

- Carve now has some unused debug-only functions commented out as well.
  While we're on the way of getting rid of Carve, it makes sense to make
  things a bit cleaner for the time being.

- In LZMA we have some parts disabled which gives some set but unused
  variables which is rather correct.

- Elbeem had quite some variables set and never used because their usage
  is inside of debug-only code which is commented out.

Note about patching upstream libraries: surely one might say that we
have to make local patchset against this, but own experience says it
only gives extra work trying to merge such tweaks to a new upstream
version and usually it's just faster to re-apply such fixes again after
bundling new upstream library.
2016-04-22 10:59:15 +02:00
..
include/carve Carve: Silence 32/64 bit shit warning 2016-02-20 14:06:10 +05:00
lib Silence some annoying warnings when doing full build with strict flags 2016-04-22 10:59:15 +02:00
patches Booleans: Boost is no longer a dependency for Carve 2014-11-13 18:26:21 +05:00
bundle.sh Remove SCons building system 2016-01-04 14:20:48 +05:00
carve-capi.cc Fix T41360: Crash on Boolean Modifier 2014-08-11 20:55:52 +06:00
carve-capi.h Fix a few typos in carve-capi.h 2014-08-05 10:36:45 -04:00
carve-util.cc Fix T41360: Crash on Boolean Modifier 2014-08-11 20:55:52 +06:00
carve-util.h Fix T41360: Crash on Boolean Modifier 2014-08-11 20:55:52 +06:00
CMakeLists.txt Carve: Remove empty implementation files 2016-01-19 22:56:37 +01:00
files.txt Carve: Remove empty implementation files 2016-01-19 22:56:37 +01:00
LICENSE.GPL2
LICENSE.GPL3 Update Carve to latest upstream version 2014-06-27 15:56:50 +06:00
mkfiles.sh Carve bundler script cleanup 2013-11-28 14:00:10 +06:00