Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 563 Bytes

compiler-warning-level-1-c4618.md

File metadata and controls

23 lines (18 loc) · 563 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4618
Compiler Warning (level 1) C4618
11/04/2016
C4618
C4618
6ff10d0a-6d5b-4373-8196-1d57bb6b1611

Compiler Warning (level 1) C4618

pragma parameters included an empty string; pragma ignored

A null string was given as an argument to a #pragma.

The pragma was processed without the argument.

The following sample generates C4618:

// C4618.cpp
// compile with: /W1 /LD
#pragma code_seg("")   // C4618