check_header_flags

Controls whether or not to ensure that a precompiled header's data matches a project's target settings.

Syntax
#pragma check_header_flags on | off | reset
  
Remarks

This pragma affects precompiled headers only.

If you enable this pragma, the compiler verifies that the precompiled header's preferences for double size, int size, and floating point math correspond to the build target's settings. If they do not match, the compiler generates an error message.

If your precompiled header file depends on these settings, enable this pragma. Otherwise, disable it.

This pragma does not correspond to any CodeWarrior IDE panel setting. By default, this pragma is off .

Related information
faster_pch_gen
flat_include
fullpath_file
fullpath_prepdump
keepcomments
line_prepdump
macro_prepdump
msg_show_lineref
msg_show_realref
notonce
old_pragma_once
once
pop, push
pragma_prepdump
precompile_target
simple_prepdump
space_prepdump
srcrelincludes
syspath_once