Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 32) sorted by relevance

12

/haiku/src/tools/restest/
H A Drestest.cpp44 : 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 DWarnings.cpp29 Warnings::SetCurrentWarnings(Warnings* warnings) in SetCurrentWarnings() argument
31 fCurrentWarnings = warnings; in SetCurrentWarnings()
H A DWarnings.h17 static void SetCurrentWarnings(Warnings* warnings);
/haiku/src/apps/terminal/
H A DChangelog5 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 DTODO3warnings 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 DJamfile50 # suppress warnings on some files including the echo headers which provoke ugly warnings
/haiku/src/add-ons/kernel/drivers/audio/echo/gals/
H A DJamfile55 # suppress warnings on some files including the echo headers which provoke ugly warnings
/haiku/src/add-ons/kernel/drivers/audio/echo/3g/
H A DJamfile50 # suppress warnings on some files including the echo headers which provoke ugly warnings
/haiku/src/libs/iconv/
H A DJamfile12 # disable warnings we don't want here
/haiku/src/add-ons/kernel/drivers/audio/echo/24/
H A DJamfile57 # suppress warnings on some files including the echo headers which provoke ugly warnings
/haiku/src/system/libroot/posix/crypt/
H A DJamfile13 # filter warnings we don't want here
/haiku/src/apps/haiku3d/
H A DJamfile10 SubDirC++Flags --no-warnings ;
/haiku/src/add-ons/screen_savers/gravity/
H A DJamfile8 SubDirC++Flags --no-warnings ;
/haiku/src/tests/kits/app/messaging/first_light/
H A DJamfile76 # if unspecified default warnings will be used
77 # NONE = supress all warnings
78 # ALL = enable all warnings
/haiku/src/libs/glut/
H A DJamfile55 SubDirC++Flags --no-warnings ;
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DChanges for B2 release.txt21 -Various minor changes to avoid compiler warnings for AMD64 build
/haiku/src/tests/system/libroot/posix/
H A DJamfile7 # filter warnings about strftime()-formats in locale_test
/haiku/src/add-ons/translators/jpeg/
H A DREADME43 Show warning messages lets You turn off read warnings. There are damaged/wrongly written jpg files …
/haiku/src/libs/stdc++/legacy/
H A DJamfile10 # disable undesired warnings, and add some required C++ flags
/haiku/build/jam/
H A DConfigRules6 # directories to enable debugging, warnings, set special defines, compiler
H A DArchitectureRules109 # 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 DBuildSetup706 # Defaults for warnings, optimization, and debugging.
797 # set up warnings
H A DUserBuildConfig.ReadMe28 # Turn off warnings in directory src/system/kernel. As fourth (scope) parameter
/haiku/docs/user/
H A Dapidoc.dox491 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 DDoxyfile488 # 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

12