fixed all C++ extra + pedantic errors
This commit is contained in:
@@ -13,7 +13,7 @@ using namespace std;
|
||||
// Make it easy for autotools-based build systems to detect this library.
|
||||
extern "C" {
|
||||
int harplib_present = 1;
|
||||
};
|
||||
}
|
||||
|
||||
void Harp::wordToBytes(Byte *b, Word_u w, Size wordSize) {
|
||||
while (wordSize--) {
|
||||
|
||||
Reference in New Issue
Block a user