Files
ports/games/hllib/files/patch-HLLib-VPKFile.cpp
T
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

19 lines
487 B
C++

--- ../orig/HLLib/VPKFile.cpp 2013-01-27 14:13:28.000000000 -0200
+++ ./HLLib/VPKFile.cpp 2013-02-11 17:56:51.297217265 -0200
@@ -415,9 +415,13 @@
hlAttributeSetUnsignedInteger(&Attribute, this->lpItemAttributeNames[eAttribute], pDirectoryItem->pDirectoryEntry->uiCRC, hlTrue);
return hlTrue;
}
+ default:
+ ;
}
break;
}
+ default:
+ ;
}
return hlFalse;
Only in ./HLLib: VPKFile.cpp.orig
diff -ru ../orig/HLLib/WADFile.cpp ./HLLib/WADFile.cpp