View Full Version : What does the linker warning LINK.4310 mean?
R. T. (Fortran Man)
09-03-2003, 06:21 PM
What does the linker warning LINK.4310 mean?
Lahey Support
09-03-2003, 06:57 PM
The Warning: "LINK.4310 Changing class of segment "CONST" of module "xxxxx" from "DATA" to "CONST"" refers to an optimization that is taking place to store variables in the "CONST" memory segment instead of the "DATA" memory segment. There are no known problems associated with this optimization, and the warning can be ignored. It can be removed from the output by removing the -fullwarn option from the compile/link command.
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.