由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - FUSE void conversion question
相关主题
pointer to function菜鸟读C++ STL源程序的疑问
Question about type conversion (转载)全局对象
conversion(c++)which func will be called?
在C/C++里的文件复制操作effective C++里的memory pool 一问:
100伪币答谢Linux/Unix编程问题 (转载)【讨论】问一道很简单的C++题。。。。 (转载)
c++ typedef 一问关于void指针
C# 的不定长度的ARRAY?这个是什么原因
引用的几个基本问题,有点糊涂为什么我看不懂下面的code,是不是水平还不够?
相关话题的讨论汇总
话题: void话题: fuse话题: conversion
进入Programming版参与讨论
1 (共1页)
f**********w
发帖数: 93
1
偶尔看到的,这里为什么要对path做void conversion?
static int nullfs_unlink(const char *path) {
(void) path;
return 0;
};
t****t
发帖数: 6806
2
to silence the compiler (warning: unused parameter...)

【在 f**********w 的大作中提到】
: 偶尔看到的,这里为什么要对path做void conversion?
: static int nullfs_unlink(const char *path) {
: (void) path;
: return 0;
: };

1 (共1页)
进入Programming版参与讨论
相关主题
为什么我看不懂下面的code,是不是水平还不够?100伪币答谢Linux/Unix编程问题 (转载)
有关 template function 的一个问题c++ typedef 一问
where to define my template functionC# 的不定长度的ARRAY?
C++ 弱问一个引用的几个基本问题,有点糊涂
pointer to function菜鸟读C++ STL源程序的疑问
Question about type conversion (转载)全局对象
conversion(c++)which func will be called?
在C/C++里的文件复制操作effective C++里的memory pool 一问:
相关话题的讨论汇总
话题: void话题: fuse话题: conversion