Replaced gcc specific #warning with #pragma message
This commit is contained in:
@@ -146,7 +146,7 @@ namespace Floorplan {
|
|||||||
res.push_back(Issue(Type::ERR, floor, "' door is too narrow: " + std::to_string(len_m) + " meter from " + door->from.asString() + " to " + door->to.asString()));
|
res.push_back(Issue(Type::ERR, floor, "' door is too narrow: " + std::to_string(len_m) + " meter from " + door->from.asString() + " to " + door->to.asString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
#warning "TODO!"
|
#pragma message ("TODO!")
|
||||||
// try {
|
// try {
|
||||||
// Ray3D::ModelFactory fac(map);
|
// Ray3D::ModelFactory fac(map);
|
||||||
// fac.getDoorAbove(floor, door);
|
// fac.getDoorAbove(floor, door);
|
||||||
|
|||||||
Reference in New Issue
Block a user