gecko/storage
timeless@mozdev.org ecebe2a338 Bug 491196 don't implement static functions in headers
r=sdwilsh
Moving JSValStorageStatementBinder to mozStoragePrivateHelpers as bindJSValue

storage/src/mozStorageStatementParams.h: At global scope:
storage/src/mozStorageStatementParams.h:78: warning: ‘PRBool mozilla::storage::JSValStorageStatementBinder(JSContext*, mozIStorageStatement*, int, jsval)’ defined but not used
storage/src/mozStorageStatementParams.h:78: warning: ‘PRBool mozilla::storage::JSValStorageStatementBinder(JSContext*, mozIStorageStatement*, int, jsval)’ defined but not used

You get this once for each file that includes a header that defines a static function which is not used in that file.
2009-07-22 17:31:03 -05:00
..
build Bug 489661 - Update mozStorageStatementWrapper.* to follow style guidelines 2009-05-08 20:29:56 -04:00
public Bug 490085 - Add ability to bind multiple sets of parameters and execute asynchronously 2009-06-17 12:12:51 -07:00
src Bug 491196 don't implement static functions in headers 2009-07-22 17:31:03 -05:00
test Bug 491196 don't implement static functions in headers 2009-07-22 17:31:03 -05:00
Makefile.in Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2008-02-22 03:25:59 -08:00
style.txt Bug 487871 - Update vim modeline in style doc 2009-04-13 12:29:41 -04:00