added unsupported to deprecated in the warning
This commit is contained in:
parent
76eefc7fb8
commit
ca3f973398
|
@ -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 ")
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue