diff options
author | stuconnolly <stuart02@gmail.com> | 2010-04-26 15:16:43 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-04-26 15:16:43 +0000 |
commit | 4826a8a8523690c063fd25797a3d7d232043f31a (patch) | |
tree | 7dc7ed6dbc7fe4470706eb49423aefcb712d5d41 /Source/SPSQLParser.m | |
parent | ed48d6800ff18def939d2ec8ce804cf54839067a (diff) | |
download | sequelpro-4826a8a8523690c063fd25797a3d7d232043f31a.tar.gz sequelpro-4826a8a8523690c063fd25797a3d7d232043f31a.tar.bz2 sequelpro-4826a8a8523690c063fd25797a3d7d232043f31a.zip |
Enable all *reasonable* warnings for all build configurations and fix a few of them.
Diffstat (limited to 'Source/SPSQLParser.m')
-rw-r--r-- | Source/SPSQLParser.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPSQLParser.m b/Source/SPSQLParser.m index fab0ab7f..f8112767 100644 --- a/Source/SPSQLParser.m +++ b/Source/SPSQLParser.m @@ -915,4 +915,4 @@ TO_BUFFER_STATE to_scan_string (const char *); [super dealloc]; } -@end
\ No newline at end of file +@end |