freebsd-ports/games/hllib/files/patch-HLLib-BSPFile.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

19 lines
492 B
C++

--- ../orig/HLLib/BSPFile.cpp 2010-10-31 22:48:46.000000000 -0200
+++ ./HLLib/BSPFile.cpp 2013-02-11 17:56:51.271215107 -0200
@@ -203,10 +203,14 @@
hlAttributeSetUnsignedInteger(&Attribute, this->lpItemAttributeNames[eAttribute], uiPaletteSize, hlFalse);
return hlTrue;
}
+ default:
+ ;
}
}
break;
}
+ default:
+ ;
}
return hlFalse;
Only in ./HLLib: BSPFile.cpp.orig
diff -ru ../orig/HLLib/DirectoryFolder.cpp ./HLLib/DirectoryFolder.cpp