Replaced gcc specific #warning with #pragma message

This commit is contained in:
2018-07-31 10:50:50 +02:00
parent 4d740d6236
commit 726d5f8b90

View File

@@ -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);