Index: generic/nsfObj.c =================================================================== diff -u -r1ce1f6ae113abec0f18b5a35d7b272f0f944dfc9 -rb089be700bb58579a48e77619512a47eb3c5562d --- generic/nsfObj.c (.../nsfObj.c) (revision 1ce1f6ae113abec0f18b5a35d7b272f0f944dfc9) +++ generic/nsfObj.c (.../nsfObj.c) (revision b089be700bb58579a48e77619512a47eb3c5562d) @@ -1,9 +1,10 @@ /* - * nsfError.c -- + * nsfObj.c -- * * Tcl_Obj types provided by the Next Scripting Framework. * - * Copyright (C) 1999-2014 Gustaf Neumann + * Copyright (C) 1999-2016 Gustaf Neumann + * Copyright (C) 2016 Stefan Sobernig * * Vienna University of Economics and Business * Institute of Information Systems and New Media @@ -126,7 +127,7 @@ */ int NsfMethodObjSet( - Tcl_Interp *interp, /* Used for error reporting if not NULL. */ + Tcl_Interp *UNUSED(interp), /* Used for error reporting if not NULL. */ register Tcl_Obj *objPtr, /* The object to convert. */ Tcl_ObjType *objectType, void *context, /* context (to avoid over-eager sharing) */ @@ -270,7 +271,7 @@ */ int NsfFlagObjSet( - Tcl_Interp *interp, /* Used for error reporting if not NULL. */ + Tcl_Interp *UNUSED(interp), /* Used for error reporting if not NULL. */ register Tcl_Obj *objPtr, /* The object to convert. */ Nsf_Param const *baseParamPtr, /* the full parameter block */ int serial, /* interface serial */