Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lnsoso committed Jun 22, 2010
1 parent b0760b6 commit a35e210
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion options.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,9 @@
* PRAGMA_ERROR_CONTEXT:include some text telling where on the line a
* compilation error occured.
*/
#define DEFAULT_PRAGMAS PRAGMA_WARNINGS + PRAGMA_STRICT_TYPES + PRAGMA_ERROR_CONTEXT
// last modified by soso on 2010-06-22 for binaries support
// #define DEFAULT_PRAGMAS PRAGMA_WARNINGS + PRAGMA_STRICT_TYPES + PRAGMA_ERROR_CONTEXT
#define DEFAULT_PRAGMAS PRAGMA_WARNINGS + PRAGMA_STRICT_TYPES + PRAGMA_ERROR_CONTEXT + PRAGMA_SAVE_BINARY + PRAGMA_OPTIMIZE

/* supress warnings about unused arguments; only warn about unused local
* variables. Makes older code (where argument names were required) compile
Expand Down

0 comments on commit a35e210

Please sign in to comment.