Searched refs:warning (Results 1 – 25 of 25) sorted by relevance
92 struct WarningListNode *warning = NULL; in check_encoder_config() local102 for (warning = warning_list.warning_node; in check_encoder_config()103 warning != NULL; in check_encoder_config()104 warning = warning->next_warning, in check_encoder_config()106 warn(warning->warning_string); in check_encoder_config()
435 # configuration options related to warning and progress messages443 # The WARNINGS tag can be used to turn on/off the warning messages that are470 # The WARN_FORMAT tag determines the format of the warning messages that473 # warning originated and the warning text. Optionally the format may contain479 # The WARN_LOGFILE tag can be used to specify a file to which warning605 # a warning and turn it on anyway
16 nestegg.c|975 col 6| warning: ‘r’ may be used uninitialized in this function [-Wuninitialized]19 - fix track_scale double->uint64 warning20 - nestegg_packet_track: fix uint64->uint32 warning24 - ne_buffer_read: quiet uint64->size_t warning
19 #pragma warning(disable:997 1011 170)23 #pragma warning(disable:4799)
19 #pragma warning(disable:997 1011 170)22 #pragma warning(disable:4799)
126 __pragma (warning(suppress : 4127 )) \129 __pragma (warning(suppress : 4127 )) \348 __pragma (warning(suppress : 4127 )) \
144 __pragma (warning(suppress : 4127 )) \147 __pragma (warning(suppress : 4127 )) \402 __pragma (warning(suppress : 4127 )) \
23 #warning No alignment directives known for this compiler.
164 #pragma warning("Please make sure that you've enabled the --restrict mode t")
77 #warning "For tests only remove !!!"
235 #warning Pthreads is not present. Compiling without.
120 $(warning "Panel rotates 180")
26 * Bug/warning fixes.
38 by the user and so it's layout can and may be changed without warning to users.
542 # configuration options related to warning and progress messages550 # The WARNINGS tag can be used to turn on/off the warning messages that are577 # The WARN_FORMAT tag determines the format of the warning messages that580 # warning originated and the warning text. Optionally the format may contain586 # The WARN_LOGFILE tag can be used to specify a file to which warning
216 A warning: not all `configure' scripts look for a site script.
443 /* Deprecation warning. */
688 # Configuration options related to warning and progress messages698 # The WARNINGS tag can be used to turn on/off the warning messages that are730 # The WARN_FORMAT tag determines the format of the warning messages that doxygen732 # will be replaced by the file and line number from which the warning originated733 # and the warning text. Optionally the format may contain $version, which will740 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
699 # Configuration options related to warning and progress messages709 # The WARNINGS tag can be used to turn on/off the warning messages that are741 # The WARN_FORMAT tag determines the format of the warning messages that doxygen743 # will be replaced by the file and line number from which the warning originated744 # and the warning text. Optionally the format may contain $version, which will751 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
2864 # pragma warning(push)2865 # pragma warning(disable:4996)2914 # pragma warning(pop) // Restores the warning state.7769 # pragma warning(push) // Saves the current warning state.7770 # pragma warning(disable:4244) // Temporarily disables warning 4244.7774 # pragma warning(pop) // Restores the warning state.9775 # pragma warning(push) // Saves the current warning state.9776 # pragma warning(disable:4180) // Temporarily disables warning 4180.9795 # pragma warning(pop) // Restores the warning state.9849 # pragma warning(push) // Saves the current warning state.[all …]
25 #pragma warning(disable:4996)
17 #pragma warning(disable:4996)