File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ void goto_check_c(
38
38
message_handlert &message_handler);
39
39
40
40
#define OPT_GOTO_CHECK \
41
- " (no-bounds-check)(pointer-check)(memory-leak-check)(memory-cleanup-check)" \
42
- " (div-by-zero-check)(enum-range-check)" \
43
- " (signed-overflow-check)(unsigned-overflow-check)" \
44
- " (pointer-overflow-check)(conversion-check)(undefined-shift-check)" \
41
+ " (no-bounds-check)(no- pointer-check)(memory-leak-check)(memory-cleanup-check)" \
42
+ " (no- div-by-zero-check)(enum-range-check)" \
43
+ " (no- signed-overflow-check)(unsigned-overflow-check)" \
44
+ " (pointer-overflow-check)(conversion-check)(no- undefined-shift-check)" \
45
45
" (float-overflow-check)(nan-check)(no-built-in-assertions)" \
46
- " (pointer-primitive-check)" \
46
+ " (no- pointer-primitive-check)" \
47
47
" (retain-trivial-checks)" \
48
48
" (error-label):" \
49
49
" (no-assertions)(no-assumptions)" \
Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ void cbmc_parse_optionst::get_command_line_options(optionst &options)
327
327
// (expected checks and no unsoundness by missing checks).
328
328
if (!cmdline.isset (" no-standard-checks" ) && options.get_bool_option (" standard-checks" ))
329
329
set_default_analysis_flags (options);
330
- else
331
- PARSE_OPTIONS_GOTO_CHECK_DEFAULTS_OVERRIDE (cmdline, options);
330
+
331
+ PARSE_OPTIONS_GOTO_CHECK_DEFAULTS_OVERRIDE (cmdline, options);
332
332
333
333
// all (non-default) checks supported by goto_check
334
334
PARSE_OPTIONS_GOTO_CHECK (cmdline, options);
You can’t perform that action at this time.
0 commit comments