freebsd-ports/games/hllib/files/patch-HLLib-WADFile.cpp
Felippe de Meirelles Motta 13f09390a9 - Update to 2.4.4
- Pass maintainership to submitter
- Make CLANG happy

PR:		ports/176040
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-02-14 22:04:06 +00:00

18 lines
469 B
C++

--- ../orig/HLLib/WADFile.cpp 2010-10-31 22:56:14.000000000 -0200
+++ ./HLLib/WADFile.cpp 2013-02-11 17:56:51.300216459 -0200
@@ -200,9 +200,13 @@
hlAttributeSetUnsignedInteger(&Attribute, this->lpItemAttributeNames[eAttribute], (hlUInt)pLump->iType, hlTrue);
return hlTrue;
}
+ default:
+ ;
}
break;
}
+ default:
+ ;
}
return hlFalse;
Only in ./HLLib: WADFile.cpp.orig
diff -ru ../orig/HLLib/XZPFile.cpp ./HLLib/XZPFile.cpp