added unsupported to deprecated in the warning

This commit is contained in:
ganovelli 2008-12-12 18:11:42 +00:00
parent 76eefc7fb8
commit ca3f973398
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ created
#ifndef __VCGLIB__EDGE_TYPE_BASE
#define __VCGLIB__EDGE_TYPE_BASE
#pragma message("[VCGLIB Warning] this way to define the simplex edge is DEPRECATED ")
#pragma message("[VCGLIB Warning] this way to define the simplex edge is DEPRECATED and no more SUPPORTED")
#pragma message("[VCGLIB Warning] use vcg/simplex/edgeplus instead ")

View File

@ -180,7 +180,7 @@ Edited Comments and GPL license
#pragma message("\nYou should never directly include this file\_n")
#else
#pragma message("VCGLIB Warning: this way to define the simplex vertex is DEPRECATED ")
#pragma message("VCGLIB Warning: this way to define the simplex vertex is DEPRECATED and no more SUPPORTED")
#pragma message("VCGLIB Warning: use vcg/simplex/vertexplus instead ")
#include<vcg/space/point3.h>