代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/339640/12213021
err profile.err
"profile.c", line 30: Warning: C2917W: no side effect in void context: 'unary *'
"profile.c", line 44: Warning: C2870W: variable 'divider' declared but not used
"profile.c", line 60: Warning:
www.eeworm.com/read/253043/12247292
err profile.err
"profile.c", line 30: Warning: C2917W: no side effect in void context: 'unary *'
"profile.c", line 44: Warning: C2870W: variable 'divider' declared but not used
"profile.c", line 60: Warning:
www.eeworm.com/read/338523/12300995
m ga_f21m.m
function PI=GA_f21m(chro)
% function PI=GA_f21m(chro)
% Before you call this function file, the variable---
% MIN_offset must be declared global and assign value to it.
% Otherwise you will get th
www.eeworm.com/read/234219/14118978
m4 need-declaration.m4
dnl See whether we need a declaration for a function.
dnl GCC_NEED_DECLARATION(FUNCTION [, EXTRA-HEADER-FILES])
AC_DEFUN(GCC_NEED_DECLARATION,
[AC_MSG_CHECKING([whether $1 must be declared])
AC_CACHE_
www.eeworm.com/read/225991/14507154
m4 need-declaration.m4
dnl See whether we need a declaration for a function.
dnl GCC_NEED_DECLARATION(FUNCTION [, EXTRA-HEADER-FILES])
AC_DEFUN([GCC_NEED_DECLARATION],
[AC_MSG_CHECKING([whether $1 must be declared])
AC_CACH
www.eeworm.com/read/121597/14750167
m4 need-declaration.m4
dnl See whether we need a declaration for a function.
dnl GCC_NEED_DECLARATION(FUNCTION [, EXTRA-HEADER-FILES])
AC_DEFUN([GCC_NEED_DECLARATION],
[AC_MSG_CHECKING([whether $1 must be declared])
AC_CACH
www.eeworm.com/read/120506/14801279
err profile.err
"profile.c", line 30: Warning: C2917W: no side effect in void context: 'unary *'
"profile.c", line 44: Warning: C2870W: variable 'divider' declared but not used
"profile.c", line 60: Warning:
www.eeworm.com/read/119862/14819362
m4 need-declaration.m4
dnl See whether we need a declaration for a function.
dnl GCC_NEED_DECLARATION(FUNCTION [, EXTRA-HEADER-FILES])
AC_DEFUN(GCC_NEED_DECLARATION,
[AC_MSG_CHECKING([whether $1 must be declared])
AC_CACHE_
www.eeworm.com/read/8732/152113
err profile.err
"profile.c", line 30: Warning: C2917W: no side effect in void context: 'unary *'
"profile.c", line 44: Warning: C2870W: variable 'divider' declared but not used
"profile.c", line 60: Warning:
www.eeworm.com/read/480930/1310687
h runway.h
#ifndef ASM_PARISC_RUNWAY_H
#define ASM_PARISC_RUNWAY_H
#ifdef __KERNEL__
/* declared in arch/parisc/kernel/setup.c */
extern struct proc_dir_entry * proc_runway_root;
#endif /* __KERNEL__ */
#endif