compiler-warnings
warning C4003: not enough actual parameters for macro 'max' - Visual Studio 2010 C++
I have the following warnings while compiling an openFrameworks 007 project on Visual Studio 2010 SP1:[详细]
2023-03-24 04:43 分类:问答casting a pointer to integer issues warning on 64bit arch
I\'m writing a linux kernel module that makes use of the exported symbol open_exec struct file *open_exec(const char *name)[详细]
2023-03-22 17:44 分类:问答Casting from double to int - Warning in Visual C++/CLI
I have a property that\'s a double in C++/CLI that I need to cast to an integer, but the compiler gives me a warning (c4244) when I do so. For example:[详细]
2023-03-21 14:04 分类:问答Hudson and build warnings: possible to exclude a project from reporting?
I\'d like Hudson to send an e-mail to developers whenever a warning is encountered in the build (VS2010, TFS)[详细]
2023-03-20 21:17 分类:问答Disabling "bad function cast" warning
I\'m receiving the following warning: warning: converting from \'void (MyClass::*)(byte)\' to \'void (*)(byte)\'[详细]
2023-03-20 10:18 分类:问答Unchecked Cast Warning when calling 'Class.forName'
My code is as follows package com.foo; public class TestComposition { 开发者_运维问答public static void main(String[] args) {[详细]
2023-03-18 10:07 分类:问答Show compiler warnings without editing pom.xml
I would like to always show compiler warning and deprecation when I compile with Maven. I know how to do it by editing the pom.xml, but I want this behavior by default only for myself (so I can\'t edi[详细]
2023-03-17 20:23 分类:问答Can I restrict warnings to my project's includes instead of all includes with llvm or gcc?
I would like to restrict certain warnings to project includes, so system incl开发者_开发知识库udes are not checked. So:[详细]
2023-03-17 05:03 分类:问答How to disable warnings from given unit without modifying that unit?
So I am including in my unitsome other units and after building application I receive a huge amount of开发者_如何学编程 warnings from those units. The amount is so large that I\'am having problems in[详细]
2023-03-16 23:44 分类:问答How do I suppress warnings in NAnt when using the solution task?
We have a .NET 1.1 solution that we are compiling using NAnt with a \"solution\" task. One of the projects throws multiple warnings for missing XML comments. I know which warnings I need to suppress[详细]
2023-03-16 11:42 分类:问答