/haiku/src/tools/restest/ |
H A D | restest.cpp | 44 : filename(filename), warnings(), exception(NULL) in TestResult() 54 Warnings warnings; member 178 Warnings::SetCurrentWarnings(&testResult.warnings); in test_file() 204 || testResult.warnings.CountWarnings() > 0 || testResult.exception) { in test_file() 208 if (testResult.warnings.CountWarnings() > 0) { in test_file() 210 const char* warning = testResult.warnings.WarningAt(i); in test_file() 257 else if (testResult->warnings.CountWarnings() > 0) in test_files() 283 && testResult->warnings.CountWarnings() > 0) { in test_files()
|
H A D | Warnings.cpp | 29 Warnings::SetCurrentWarnings(Warnings* warnings) in SetCurrentWarnings() argument 31 fCurrentWarnings = warnings; in SetCurrentWarnings()
|
H A D | Warnings.h | 17 static void SetCurrentWarnings(Warnings* warnings);
|
/haiku/src/apps/terminal/ |
H A D | Changelog | 5 Silenced all build warnings on R5 6 Fixed all but one build error on Dano and Zeta, and silenced all warnings
|
/haiku/src/apps/drivesetup/ |
H A D | TODO | 3 …warnings become more complicated and less direct. For example, if you delete a partition, there is…
|
/haiku/src/add-ons/kernel/drivers/audio/echo/indigo/ |
H A D | Jamfile | 50 # suppress warnings on some files including the echo headers which provoke ugly warnings
|
/haiku/src/add-ons/kernel/drivers/audio/echo/gals/ |
H A D | Jamfile | 55 # suppress warnings on some files including the echo headers which provoke ugly warnings
|
/haiku/src/add-ons/kernel/drivers/audio/echo/3g/ |
H A D | Jamfile | 50 # suppress warnings on some files including the echo headers which provoke ugly warnings
|
/haiku/src/libs/iconv/ |
H A D | Jamfile | 12 # disable warnings we don't want here
|
/haiku/src/add-ons/kernel/drivers/audio/echo/24/ |
H A D | Jamfile | 57 # suppress warnings on some files including the echo headers which provoke ugly warnings
|
/haiku/src/system/libroot/posix/crypt/ |
H A D | Jamfile | 13 # filter warnings we don't want here
|
/haiku/src/apps/haiku3d/ |
H A D | Jamfile | 10 SubDirC++Flags --no-warnings ;
|
/haiku/src/add-ons/screen_savers/gravity/ |
H A D | Jamfile | 8 SubDirC++Flags --no-warnings ;
|
/haiku/src/tests/kits/app/messaging/first_light/ |
H A D | Jamfile | 76 # if unspecified default warnings will be used 77 # NONE = supress all warnings 78 # ALL = enable all warnings
|
/haiku/src/libs/glut/ |
H A D | Jamfile | 55 SubDirC++Flags --no-warnings ;
|
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/ |
H A D | Changes for B2 release.txt | 21 -Various minor changes to avoid compiler warnings for AMD64 build
|
/haiku/src/tests/system/libroot/posix/ |
H A D | Jamfile | 7 # filter warnings about strftime()-formats in locale_test
|
/haiku/src/add-ons/translators/jpeg/ |
H A D | README | 43 Show warning messages lets You turn off read warnings. There are damaged/wrongly written jpg files …
|
/haiku/src/libs/stdc++/legacy/ |
H A D | Jamfile | 10 # disable undesired warnings, and add some required C++ flags
|
/haiku/build/jam/ |
H A D | ConfigRules | 6 # directories to enable debugging, warnings, set special defines, compiler
|
H A D | ArchitectureRules | 109 # disable some Clang warnings that are not very useful 583 # Sets up compiler warnings and error flags for various subdirectories for 609 # Clang gives way more warnings than GCC, so that code won't compile 628 # multichar warnings in headers/private/kernel/debugger_keymaps.h included
|
H A D | BuildSetup | 706 # Defaults for warnings, optimization, and debugging. 797 # set up warnings
|
H A D | UserBuildConfig.ReadMe | 28 # Turn off warnings in directory src/system/kernel. As fourth (scope) parameter
|
/haiku/docs/user/ |
H A D | apidoc.dox | 491 Throughout the documentation you might want to provide hints, warnings or 494 display remarks, warnings, notes and points of attention. You can use these 509 warnings warn about things that are the developers fault, and 656 audience possible, and resort to notes and warnings for specialised
|
H A D | Doxyfile | 488 # Note: This will also disable the warnings about undocumented members that are 814 # this implies that the warnings are on. 816 # Tip: Turn warnings on while writing the documentation. 822 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag 828 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for 843 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
|