Fix miscellaneous warnings flagged by Clang

Change-Id: I85a45cb3b44e4379b31bcc56af061fd1571f2af5


[ROCm/ROCR-Runtime commit: c30c25bd30]
此提交包含在:
Jay Cornwall
2016-10-26 19:24:48 -05:00
父節點 1b76d435b4
當前提交 c6bfeda697
共有 11 個檔案被更改,包括 127 行新增141 行删除
-1
查看文件
@@ -64,7 +64,6 @@ typedef uint64_t uint64;
#endif
#define __forceinline __inline__ __attribute__((always_inline))
static __forceinline void __debugbreak() { __builtin_trap(); }
#define __declspec(x) __attribute__((x))
#undef __stdcall
#define __stdcall // __attribute__((__stdcall__))