Searched refs:unreferenced (Results 1 – 21 of 21) sorted by relevance
85 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4100") #unreferenced formal parameter87 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4505") #unreferenced local function has been removed
37 __declspec(allocate("read_flag_section")) int unreferenced = 0; variable
50 # Time to test increment. First increment from 0 (previously unreferenced)
24 "C4100" # 'exarg' : unreferenced formal parameter45 "C4514" # 'function': unreferenced inline function has been removed
8 ; otherwise unreferenced globals to be linked. This also ensures that the
211 # Remove unreferenced functions: function level linking235 # Remove unreferenced functions: function level linking
116 The GLX context is unreferenced from that thread, and the other
302 -wd4100 # Suppress 'unreferenced formal parameter'305 -wd4505 # Suppress 'unreferenced local function has been removed'
228 # C4505 - unreferenced local function has been removed (impossible to deactive selectively)
744 // The ACTION*() macros trigger warning C4100 (unreferenced formal
248 performance due to unreferenced vertex buffers being unnecessarily DMA'ed or
235 (unreferenced) symbols will not be included when the ``.a`` syntax is used. Note
231 linkage, except that unreferenced globals with ``weak`` linkage may239 unreferenced. ``common`` symbols may not have an explicit section,
664 // unreferenced local function has been removed - susually getTokenNames or freeScope, they can g…
META-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
4792 Finally, Bison will never invoke a @code{%destructor} for an unreferenced12358 @c LocalWords: allocators subunit initializations unreferenced untyped
4845 Finally, Bison will never invoke a `%destructor' for an unreferenced
1587 …This define is used to eliminate the compiler warning about an unreferenced parameter. Basically, …1588 the compiler that it is not an accident that the parameter is unreferenced.
8452 enhancement to prevent comment with unreferenced variable.
6722 Don't apply the default %destructor/%printer to an unreferenced midrule