| Ticket UUID: | f9b10a66590b14a7850c8c3c44ce7375c21efc86 | |||
| Title: | pragma warning( pop ) uses different #if's than pragma warning push/disable | |||
| Status: | Closed | Type: | Code_Defect | |
| Severity: | Minor | Priority: | Immediate | |
| Subsystem: | Resolution: | Fixed | ||
| Last Modified: | 2012-02-26 11:11:37 | |||
| Version Found In: | Fossil trunk | |||
| Description: | ||||
|
When compiling using MinGW on Windows, I get a compiler warning from GCC that pragma warning( pop ) is being ignored; however, it shouldn't even be visible. The pragma warning ( push ) is wrapped in:
#ifdef _MSC_VER # if _MSC_VER >= 1400 /* Visual Studio 2005 and up */ # endif #endif The corresponding pop should be wrapped in the same #if's to prevent this issue. stephan added on 2012-02-26 11:11:37 UTC: SQLITE_ERROR: no such table: ticketchng ERROR: SQL error: no such table: ticketchng | ||||