falcon/falcon-0.9.6.8-gcc-11.patch

12 lines
414 B
Diff
Raw Normal View History

--- Falcon-0.9.6.8/engine/stringstream.cpp.orig 2021-08-01 11:59:44.996279728 +0200
+++ Falcon-0.9.6.8/engine/stringstream.cpp 2021-08-01 11:57:31.978930456 +0200
@@ -199,7 +199,7 @@
switch( m_lastError )
{
case 0: description = "None"; return true;
- case -1: description = "Out of Memory"; return true;
+ //case -1: description = "Out of Memory"; return true;
}
return false;