mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 11:42:17 +01:00
apply parts of Campbell Bartons patch for cleaning up compiler warnings: add static qualifiers to methods, ensure prototypes match definitions and some whitespace and comment changes
This commit is contained in:
@@ -71,7 +71,7 @@ to get its definition, rather than rolling our own.
|
||||
#include "../Internat.h"
|
||||
|
||||
|
||||
wxUint32 SwapUintEndianess(wxUint32 in)
|
||||
static wxUint32 SwapUintEndianess(wxUint32 in)
|
||||
{
|
||||
wxUint32 out;
|
||||
unsigned char *p_in = (unsigned char *) ∈
|
||||
|
||||
Reference in New Issue
Block a user