13f09390a9
- Pass maintainership to submitter - Make CLANG happy PR: ports/176040 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
18 lines
469 B
C++
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
|