◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler warning (level 1) C4147 'identifier' : 'modifier' ignored on pointer and reference declarations The given pointer or reference declaration specified a modifier that has no effect. The modifier was ignored. The __loadds, __saveregs, and __export modifiers affect the code generated within a function but do not affect the code generated to call a function. -♦-