Verify the type of all the command line flags in
CommandLineFlags::verify().
###@###.### 2005-1-06 22:21:15 GMT
###@###.### 2005-05-26 16:44:04 GMT
For a declaration in globals.hpp such as
develop(uintx, ExitAfterNum, 0, \
"If non-zero, exit after this event.") \
if uint is mistakely used instead of uintx, it is not
caught at compilation but can lead to failures later.
It should be caught during the processing of the flags.
###@###.### 2005-05-26 17:23:08 GMT
CommandLineFlags::verify().
###@###.### 2005-1-06 22:21:15 GMT
###@###.### 2005-05-26 16:44:04 GMT
For a declaration in globals.hpp such as
develop(uintx, ExitAfterNum, 0, \
"If non-zero, exit after this event.") \
if uint is mistakely used instead of uintx, it is not
caught at compilation but can lead to failures later.
It should be caught during the processing of the flags.
###@###.### 2005-05-26 17:23:08 GMT