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:
authorKen Hughes <khughes@pacific.edu>2006-11-17 20:50:43 +0300
committerKen Hughes <khughes@pacific.edu>2006-11-17 20:50:43 +0300
commit318a694a2592af3324df5b0bde2a66db67f55145 (patch)
treec636131e9268c142b16d9c6d920aec1c8194c1af /source/blender/python/api2_2x/Ipo.c
parent27c42ee06233e889f95ac5114f785c6b354c176f (diff)
Get rid of various warnings with gcc under linux
Diffstat (limited to 'source/blender/python/api2_2x/Ipo.c')
-rw-r--r--source/blender/python/api2_2x/Ipo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Ipo.c b/source/blender/python/api2_2x/Ipo.c
index 0ed1a84ed01..69faf742f5a 100644
--- a/source/blender/python/api2_2x/Ipo.c
+++ b/source/blender/python/api2_2x/Ipo.c
@@ -366,7 +366,7 @@ PyTypeObject Ipo_Type = {
NULL, /* printfunc tp_print; */
NULL, /* getattrfunc tp_getattr; */
NULL, /* setattrfunc tp_setattr; */
- ( reprfunc ) Ipo_compare, /* cmpfunc tp_compare; */
+ ( cmpfunc ) Ipo_compare, /* cmpfunc tp_compare; */
( reprfunc ) Ipo_repr, /* reprfunc tp_repr; */
/* Method suites for standard classes */