Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-10-04 13:20:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-04 13:20:58 +0400
commite2bf6eacb37cbc1ac44ae04d0f4a704556930151 (patch)
treef284e5038925681f5b06c23a7b2cd13343b32734 /source/blender/makesdna/DNA_curve_types.h
parentf609d0f22e57c2ac0d0e0bc0dd04dbb862d72933 (diff)
use GCC's -Wpadded on DNA files, gives more useful warnings then makesdna.
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index 284694f2b48..9fbe045226e 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -74,7 +74,7 @@ typedef struct Path {
typedef struct BevList {
struct BevList *next, *prev;
int nr, dupe_nr;
- short poly, hole;
+ int poly, hole;
} BevList;
/* These two Lines with # tell makesdna this struct can be excluded. */