index
:
users/unit193/sqlitestudio.git
master
pristine-tar
upstream
sqlitestudio packaging
Unit 193
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SQLiteStudio3
/
coreSQLiteStudio
/
common
/
unused.h
blob: 090a8a274883cba5492d1f11540a4e8bd32b148b (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef UNUSED_H
#define UNUSED_H
#define UNUSED(X) (void)(X)
#endif
// UNUSED_H