Mercurial > hg > audiodb
changeset 357:893bb90f6936 gcc-4.3-cleanups
apparently main()'s argc is an int, not an unsigned. Who knew?
author | mas01cr |
---|---|
date | Wed, 12 Nov 2008 13:05:08 +0000 |
parents | 2d638305269b |
children | 7b5633e55284 |
files | audioDB.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audioDB.cpp Wed Nov 12 12:02:49 2008 +0000 +++ b/audioDB.cpp Wed Nov 12 13:05:08 2008 +0000 @@ -887,7 +887,7 @@ // This entry point is visited once per instance // so it is a good place to set any global state variables -int main(const unsigned argc, char* const argv[]){ +int main(const int argc, char* const argv[]){ SERVER_LSH_INDEX_SINGLETON = 0; // Initialize global variables SERVER_ADB_ROOT = 0; // Server-side database root prefix SERVER_ADB_FEATURE_ROOT = 0; // Server-side features root prefix