HomeSort by relevance Sort by last modified time
    Searched full:warnings (Results 501 - 525 of 2194) sorted by null

<<21222324252627282930>>

  /external/clang/docs/
UsersManual.html 39 <li><a href="#diagnostics">Controlling Errors and Warnings</a>
46 <li><a href="#diagnostics_enable_everything">Enabling All Warnings</a></li>
184 <p><b>-Werror</b>: Turn warnings into errors.</p>
190 <p><b>-w</b>: Disable all warnings.</p>
193 <p><b>-Wsystem-headers</b>: Enable warnings from system headers.</p>
435 <dd>This option, which defaults to on, enables warnings about extra tokens at
478 <dd>This option, which defaults to on, enables warnings about binding a
540 <h3 id="diagnostics">Controlling Errors and Warnings</h3>
598 builds that produce a large number of errors or warnings in a grouped way.
617 pragmas in the source code. This is useful for turning off specific warnings
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 218 // Suppress notes, warnings, and extensions;
421 // Upgrade ignored diagnostics to warnings.
442 // If -Werror is enabled, map warnings to errors unless explicitly disabled.
456 // because we also want to ignore extensions and warnings in -Werror and
457 // -pedantic-errors modes, which *map* warnings/extensions to errors.
  /external/dropbear/
CHANGES 199 - Various minor fixes and compile warnings.
222 - Fixed a bunch of warnings.
438 (without warnings)
451 - Various small fixes, warnings etc
533 - More commenting, fix minor compile warnings, make return values more
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ResultsElement.java 152 String[] warnings = new String[list.size()]; local
154 list.toArray(warnings);
156 ComboBoxPropertyDescriptor warningDescriptor = new ComboBoxPropertyDescriptor(P_ID_STATUS_WARNING, P_STR_STATUS_WARNING, warnings);
379 * <li>6-11: bits for warnings. Current possible warnings are
BuildResultsElement.java 124 String[] warnings = new String[list.size()]; local
126 list.toArray(warnings);
128 ComboBoxPropertyDescriptor warningDescriptor = new ComboBoxPropertyDescriptor(P_ID_STATUS_WARNING, P_STR_STATUS_WARNING, warnings);
ConfigResultsElement.java 124 String[] warnings = new String[list.size()]; local
126 list.toArray(warnings);
128 ComboBoxPropertyDescriptor warningDescriptor = new ComboBoxPropertyDescriptor(P_ID_STATUS_WARNING, P_STR_STATUS_WARNING, warnings);
  /external/strace/
quota.c 239 u_int16_t d_iwarns; /* # warnings issued wrt num inodes */
240 u_int16_t d_bwarns; /* # warnings issued wrt disk blocks */
246 u_int16_t d_rtbwarns; /* # warnings issued wrt RT disk blks */
326 u_int16_t qs_bwarnlimit; /* limit for num warnings */
327 u_int16_t qs_iwarnlimit; /* limit for num warnings */
  /libcore/luni/src/main/java/java/sql/
Statement.java 532 * statement. If there are multiple warnings, subsequent warnings are
533 * chained to the first one. The chain of warnings is cleared each time the
536 * Warnings associated with reads from the {@code ResultSet} returned from
540 * @return an SQLWarning, null if there are no warnings
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
gcc.info 166 you want them to be errors rather than warnings). *Note Options
266 errors rather than warnings).
279 `-pedantic-errors' if you want them to be errors rather than warnings).
466 *Note Options to Request or Suppress Warnings: Warning Options.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/
gcc.info 166 you want them to be errors rather than warnings). *Note Options
266 errors rather than warnings).
279 `-pedantic-errors' if you want them to be errors rather than warnings).
466 *Note Options to Request or Suppress Warnings: Warning Options.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 189 /* Some of glibc's string inlines cause warnings. Plus we'd rather
315 here to avoid the warnings. We prefer to use our definitions since we
579 /* Include EXPR, so that unused variable warnings do not occur. */
775 warnings. DO NOT USE THIS UNLESS YOU REALLY HAVE TO! It should
803 /* Activate certain diagnostics as warnings (not errors via the
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 197 /* Some of glibc's string inlines cause warnings. Plus we'd rather
326 here to avoid the warnings. We prefer to use our definitions since we
641 /* Include EXPR, so that unused variable warnings do not occur. */
881 warnings. DO NOT USE THIS UNLESS YOU REALLY HAVE TO! It should
927 /* Activate certain diagnostics as warnings (not errors via the
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 197 /* Some of glibc's string inlines cause warnings. Plus we'd rather
326 here to avoid the warnings. We prefer to use our definitions since we
641 /* Include EXPR, so that unused variable warnings do not occur. */
881 warnings. DO NOT USE THIS UNLESS YOU REALLY HAVE TO! It should
927 /* Activate certain diagnostics as warnings (not errors via the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 197 /* Some of glibc's string inlines cause warnings. Plus we'd rather
326 here to avoid the warnings. We prefer to use our definitions since we
641 /* Include EXPR, so that unused variable warnings do not occur. */
881 warnings. DO NOT USE THIS UNLESS YOU REALLY HAVE TO! It should
927 /* Activate certain diagnostics as warnings (not errors via the
  /bionic/libc/include/sys/
cdefs.h 134 * The following macro is used to remove const cast-away warnings
145 * GCC2 provides __extension__ to suppress warnings for various GNU C
155 * unfortunately, these then cause warnings under "-ansi -pedantic".
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 140 * The following macro is used to remove const cast-away warnings
151 * GCC2 provides __extension__ to suppress warnings for various GNU C
161 * unfortunately, these then cause warnings under "-ansi -pedantic".
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 134 * The following macro is used to remove const cast-away warnings
145 * GCC2 provides __extension__ to suppress warnings for various GNU C
155 * unfortunately, these then cause warnings under "-ansi -pedantic".
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 46 /* show warnings? */
136 apkDescr.getWarningCount() + " warnings\n");
151 System.err.println(" --[no-]warn enable or disable display of warnings");
  /external/bzip2/
CHANGES 80 add a flag -q --quiet to suppress nonessential warnings
111 so the library compiles without warnings at level 3 in MS Visual
284 * Fixes for various compilation warnings with newer versions of
  /external/chromium/third_party/libjingle/source/talk/
main.scons 103 '/WX', # warnings are errors
107 '/wd4996', # ignore POSIX deprecated warnings
109 # promote certain level 4 warnings
  /external/libxslt/libxslt/
preproc.c 698 if (style != NULL) style->warnings++;
713 if (style != NULL) style->warnings++;
728 if (style != NULL) style->warnings++;
848 if (style != NULL) style->warnings++;
    [all...]
  /external/llvm/
CMakeLists.txt 142 # MSVC has a gazillion warnings with this.
144 option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." OFF)
146 option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." ON)
  /external/skia/src/animator/
SkDisplayType.cpp 602 default: // to avoid warnings
684 default: // to avoid warnings
695 default: // to avoid warnings
  /external/v8/src/
globals.h 159 // platforms. It gives rise to compiler warnings (i.e. with
284 // use 0 or NULL, which causes a problem with the compiler warnings
300 // The USE(x) template is used to silence C++ compiler warnings
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffHeader.pl 34 use warnings;
50 use warnings;
64 expectedNextLine => " use warnings;\n",

Completed in 815 milliseconds

<<21222324252627282930>>